#96BE3E

Color #96BE3E Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #96BE3E

Tints of Atlantis #96BE3E

Color information

#96BE3E (or 0x96BE3E) is unknown color: approx Atlantis. HEX triplet: 96, BE and 3E. RGB value is (150,190,62). Sum of RGB (Red+Green+Blue) = 150+190+62=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 190 (74.61% from 255 or 47.26% from 402); Blue value is 62 (24.61% from 255 or 15.42% from 402); Max value from RGB is 190 - color contains mainly: green. Hex color #96BE3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BE3E is #6941C1. Grayscale: #A3A3A3. Windows color (decimal): -6898114 or 4112022. OLE color: 4112022.

HSL color Cylindrical-coordinate representation of color #96BE3E: hue angle of 78.75º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #96BE3E is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB15019062-
CMYK0.2100.670.25
HSL78.75º50.79%49.41%-
HSV(B)78.75º67.37%74.51%-
XYZ31.8643.6611.31-
YUV163.4570.75118.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 37.31%
GREEN value IS 190 (74.61% from 255) = 47.26%
BLUE value IS 62 (24.61% from 255) = 15.42%
R=37.31%
G=47.26%
B=15.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150190620.2100.670.2578.7550.7949.41
Hex96BE3E15043194f3331
Octal22627676250103311176361
Binary10010110101111101111101010101000011110011001111110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BE3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96BE3E; }

 p { color: rgb(150,190,62); }

 H1.HeaderClassName
 {
   color: #96BE3E;
 }
 .AnyTagClassName
 {
   color: #96BE3E;
 }
</style>
background-color css

<style>
 a { background-color: #96BE3E; }

 a { background-color: rgb(150,190,62); }

 div.DivClassName
 {
   background-color: #96BE3E;
 }
 .BgClassName
 {
   background-color: #96BE3E;
 }
</style>
border-color css

<style>
 span { border-color: #96BE3E; }

 span { border-color: rgb(150,190,62); }

 td.TdClassName
 {
   border-color: #96BE3E;
 }
 .TagClassName
 {
   border-color: #96BE3E;
 }
</style>