#9CBB45

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

Shades of Atlantis #9CBB45

Tints of Atlantis #9CBB45

Color information

#9CBB45 (or 0x9CBB45) is unknown color: approx Atlantis. HEX triplet: 9C, BB and 45. RGB value is (156,187,69). Sum of RGB (Red+Green+Blue) = 156+187+69=412 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.86% from 412); Green value is 187 (73.44% from 255 or 45.39% from 412); Blue value is 69 (27.34% from 255 or 16.75% from 412); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBB45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBB45 is #6344BA. Grayscale: #A4A4A4. Windows color (decimal): -6505659 or 4570012. OLE color: 4570012.

HSL color Cylindrical-coordinate representation of color #9CBB45: hue angle of 75.76º 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 #9CBB45 is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB15618769-
CMYK0.1700.630.27
HSL75.76º46.46%50.2%-
HSV(B)75.76º63.1%73.33%-
XYZ32.5543.0412.22-
YUV164.2874.23122.09-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.86%
GREEN value IS 187 (73.44% from 255) = 45.39%
BLUE value IS 69 (27.34% from 255) = 16.75%
R=37.86%
G=45.39%
B=16.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal156187690.1700.630.2775.7646.4650.2
Hex9CBB451103F1B4c2e32
Octal23427310521077331145662
Binary10011100101110111000101100010111111110111001100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBB45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,187,69); }

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

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

 a { background-color: rgb(156,187,69); }

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

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

 span { border-color: rgb(156,187,69); }

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