Shades of Atlantis #9CBB4C
Tints of Atlantis #9CBB4C
RGB
CMYK
RGB Variations
Color information
#9CBB4C (or 0x9CBB4C) is known color: Atlantis. HEX triplet: 9C, BB and 4C. RGB value is (156,187,76). Sum of RGB (Red+Green+Blue) = 156+187+76=419 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.23% from 419); Green value is 187 (73.44% from 255 or 44.63% from 419); Blue value is 76 (30.08% from 255 or 18.14% from 419); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBB4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBB4C is #6344B3. Grayscale: #A5A5A5. Windows color (decimal): -6505652 or 5028764. OLE color: 5028764.
HSL color Cylindrical-coordinate representation of color #9CBB4C: hue angle of 76.76º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9CBB4C is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 187 | 76 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.27 |
| HSL | 76.76º | 0.45% | 0.52% | - |
| HSV(B) | 76.76º | 0.59% | 0.73% | - |
| XYZ | 32.79 | 43.13 | 13.43 | - |
| YUV | 165.08 | 77.73 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 187 | 76 | 0.17 | 0 | 0.59 | 0.27 | 76.76 | 0.45 | 0.52 |
| Hex | 9C | BB | 4C | 11 | 0 | 3B | 1B | 4D | 2D | 34 |
| Octal | 234 | 273 | 114 | 21 | 0 | 73 | 33 | 115 | 55 | 64 |
| Binary | 10011100 | 10111011 | 1001100 | 10001 | 0 | 111011 | 11011 | 1001101 | 101101 | 110100 |
Color Harmonies of #9CBB4C
Complementary color
Monochromatic Colors of #9CBB4C
Black with #9CBB4C
Text Example
Text Example
White with #9CBB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBB4C; }
p { color: rgb(156,187,76); }
H1.HeaderClassName
{
color: #9CBB4C;
}
.AnyTagClassName
{
color: #9CBB4C;
}
</style>
background-color css
<style>
a { background-color: #9CBB4C; }
a { background-color: rgb(156,187,76); }
div.DivClassName
{
background-color: #9CBB4C;
}
.BgClassName
{
background-color: #9CBB4C;
}
</style>
border-color css
<style>
span { border-color: #9CBB4C; }
span { border-color: rgb(156,187,76); }
td.TdClassName
{
border-color: #9CBB4C;
}
.TagClassName
{
border-color: #9CBB4C;
}
</style>