Shades of Atlantis #9CBC4F
Tints of Atlantis #9CBC4F
RGB
CMYK
RGB Variations
Color information
#9CBC4F (or 0x9CBC4F) is known color: Atlantis. HEX triplet: 9C, BC and 4F. RGB value is (156,188,79). Sum of RGB (Red+Green+Blue) = 156+188+79=423 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.88% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 79 (31.25% from 255 or 18.68% from 423); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBC4F is #6343B0. Grayscale: #A6A6A6. Windows color (decimal): -6505393 or 5225628. OLE color: 5225628.
HSL color Cylindrical-coordinate representation of color #9CBC4F: hue angle of 77.61º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9CBC4F is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 188 | 79 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.26 |
| HSL | 77.61º | 0.45% | 0.52% | - |
| HSV(B) | 77.61º | 0.58% | 0.74% | - |
| XYZ | 33.1 | 43.6 | 14.07 | - |
| YUV | 166.01 | 78.9 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 188 | 79 | 0.17 | 0 | 0.58 | 0.26 | 77.61 | 0.45 | 0.52 |
| Hex | 9C | BC | 4F | 11 | 0 | 3A | 1A | 4E | 2D | 34 |
| Octal | 234 | 274 | 117 | 21 | 0 | 72 | 32 | 116 | 55 | 64 |
| Binary | 10011100 | 10111100 | 1001111 | 10001 | 0 | 111010 | 11010 | 1001110 | 101101 | 110100 |
Color Harmonies of #9CBC4F
Complementary color
Monochromatic Colors of #9CBC4F
Black with #9CBC4F
Text Example
Text Example
White with #9CBC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBC4F; }
p { color: rgb(156,188,79); }
H1.HeaderClassName
{
color: #9CBC4F;
}
.AnyTagClassName
{
color: #9CBC4F;
}
</style>
background-color css
<style>
a { background-color: #9CBC4F; }
a { background-color: rgb(156,188,79); }
div.DivClassName
{
background-color: #9CBC4F;
}
.BgClassName
{
background-color: #9CBC4F;
}
</style>
border-color css
<style>
span { border-color: #9CBC4F; }
span { border-color: rgb(156,188,79); }
td.TdClassName
{
border-color: #9CBC4F;
}
.TagClassName
{
border-color: #9CBC4F;
}
</style>