Shades of Atlantis #9CBC4C
Tints of Atlantis #9CBC4C
RGB
CMYK
RGB Variations
Color information
#9CBC4C (or 0x9CBC4C) is known color: Atlantis. HEX triplet: 9C, BC and 4C. RGB value is (156,188,76). Sum of RGB (Red+Green+Blue) = 156+188+76=420 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.14% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 76 (30.08% from 255 or 18.10% from 420); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBC4C is #6343B3. Grayscale: #A6A6A6. Windows color (decimal): -6505396 or 5029020. OLE color: 5029020.
HSL color Cylindrical-coordinate representation of color #9CBC4C: hue angle of 77.14º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9CBC4C is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 188 | 76 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.26 |
| HSL | 77.14º | 0.46% | 0.52% | - |
| HSV(B) | 77.14º | 0.6% | 0.74% | - |
| XYZ | 33 | 43.56 | 13.51 | - |
| YUV | 165.66 | 77.4 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 188 | 76 | 0.17 | 0 | 0.60 | 0.26 | 77.14 | 0.46 | 0.52 |
| Hex | 9C | BC | 4C | 11 | 0 | 3C | 1A | 4D | 2E | 34 |
| Octal | 234 | 274 | 114 | 21 | 0 | 74 | 32 | 115 | 56 | 64 |
| Binary | 10011100 | 10111100 | 1001100 | 10001 | 0 | 111100 | 11010 | 1001101 | 101110 | 110100 |
Color Harmonies of #9CBC4C
Complementary color
Monochromatic Colors of #9CBC4C
Black with #9CBC4C
Text Example
Text Example
White with #9CBC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBC4C; }
p { color: rgb(156,188,76); }
H1.HeaderClassName
{
color: #9CBC4C;
}
.AnyTagClassName
{
color: #9CBC4C;
}
</style>
background-color css
<style>
a { background-color: #9CBC4C; }
a { background-color: rgb(156,188,76); }
div.DivClassName
{
background-color: #9CBC4C;
}
.BgClassName
{
background-color: #9CBC4C;
}
</style>
border-color css
<style>
span { border-color: #9CBC4C; }
span { border-color: rgb(156,188,76); }
td.TdClassName
{
border-color: #9CBC4C;
}
.TagClassName
{
border-color: #9CBC4C;
}
</style>