#9CBA46

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

Shades of Atlantis #9CBA46

Tints of Atlantis #9CBA46

Color information

#9CBA46 (or 0x9CBA46) is unknown color: approx Atlantis. HEX triplet: 9C, BA and 46. RGB value is (156,186,70). Sum of RGB (Red+Green+Blue) = 156+186+70=412 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.86% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 70 (27.73% from 255 or 16.99% from 412); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBA46 is #6345B9. Grayscale: #A4A4A4. Windows color (decimal): -6505914 or 4635292. OLE color: 4635292.

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

Color convert

RGB15618670-
CMYK0.1600.620.27
HSL75.52º45.67%50.2%-
HSV(B)75.52º62.37%72.94%-
XYZ32.3742.6312.32-
YUV163.8175.06122.43-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.86%
GREEN value IS 186 (73.05% from 255) = 45.15%
BLUE value IS 70 (27.73% from 255) = 16.99%
R=37.86%
G=45.15%
B=16.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal156186700.1600.620.2775.5245.6750.2
Hex9CBA461003E1B4c2e32
Octal23427210620076331145662
Binary10011100101110101000110100000111110110111001100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CBA46; }

 p { color: rgb(156,186,70); }

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

<style>
 a { background-color: #9CBA46; }

 a { background-color: rgb(156,186,70); }

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

<style>
 span { border-color: #9CBA46; }

 span { border-color: rgb(156,186,70); }

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