#96BA45

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

Shades of Atlantis #96BA45

Tints of Atlantis #96BA45

Color information

#96BA45 (or 0x96BA45) is unknown color: approx Atlantis. HEX triplet: 96, BA and 45. RGB value is (150,186,69). Sum of RGB (Red+Green+Blue) = 150+186+69=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 69 (27.34% from 255 or 17.04% from 405); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BA45 is #6945BA. Grayscale: #A2A2A2. Windows color (decimal): -6899131 or 4569750. OLE color: 4569750.

HSL color Cylindrical-coordinate representation of color #96BA45: hue angle of 78.46º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #96BA45 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB15018669-
CMYK0.1900.630.27
HSL78.46º45.88%50%-
HSV(B)78.46º62.9%72.94%-
XYZ31.2142.0312.1-
YUV161.975.57119.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.04%
GREEN value IS 186 (73.05% from 255) = 45.93%
BLUE value IS 69 (27.34% from 255) = 17.04%
R=37.04%
G=45.93%
B=17.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal150186690.1900.630.2778.4645.8850
Hex96BA451303F1B4e2e32
Octal22627210523077331165662
Binary10010110101110101000101100110111111110111001110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,186,69); }

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

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

 a { background-color: rgb(150,186,69); }

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

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

 span { border-color: rgb(150,186,69); }

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