#96BA49

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

Shades of Atlantis #96BA49

Tints of Atlantis #96BA49

Color information

#96BA49 (or 0x96BA49) is unknown color: approx Atlantis. HEX triplet: 96, BA and 49. RGB value is (150,186,73). Sum of RGB (Red+Green+Blue) = 150+186+73=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 73 (28.91% from 255 or 17.85% from 409); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BA49 is #6945B6. Grayscale: #A2A2A2. Windows color (decimal): -6899127 or 4831894. OLE color: 4831894.

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

Color convert

RGB15018673-
CMYK0.1900.610.27
HSL79.12º45.02%50.78%-
HSV(B)79.12º60.75%72.94%-
XYZ31.3442.0812.77-
YUV162.3577.57119.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.67%
GREEN value IS 186 (73.05% from 255) = 45.48%
BLUE value IS 73 (28.91% from 255) = 17.85%
R=36.67%
G=45.48%
B=17.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal150186730.1900.610.2779.1245.0250.78
Hex96BA491303D1B4f2d33
Octal22627211123075331175563
Binary10010110101110101001001100110111101110111001111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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