#96BB40

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

Shades of Atlantis #96BB40

Tints of Atlantis #96BB40

Color information

#96BB40 (or 0x96BB40) is unknown color: approx Atlantis. HEX triplet: 96, BB and 40. RGB value is (150,187,64). Sum of RGB (Red+Green+Blue) = 150+187+64=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 187 (73.44% from 255 or 46.63% from 401); Blue value is 64 (25.39% from 255 or 15.96% from 401); Max value from RGB is 187 - color contains mainly: green. Hex color #96BB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BB40 is #6944BF. Grayscale: #A2A2A2. Windows color (decimal): -6898880 or 4242326. OLE color: 4242326.

HSL color Cylindrical-coordinate representation of color #96BB40: hue angle of 78.05º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #96BB40 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB15018764-
CMYK0.2000.660.27
HSL78.05º49%49.22%-
HSV(B)78.05º65.78%73.33%-
XYZ31.2742.3911.39-
YUV161.9272.74119.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.41%
GREEN value IS 187 (73.44% from 255) = 46.63%
BLUE value IS 64 (25.39% from 255) = 15.96%
R=37.41%
G=46.63%
B=15.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal150187640.2000.660.2778.054949.22
Hex96BB40140421B4e3131
Octal226273100240102331166161
Binary100101101011101110000001010001000010110111001110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,187,64); }

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

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

 a { background-color: rgb(150,187,64); }

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

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

 span { border-color: rgb(150,187,64); }

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