Shades of Atlantis #9CBC4B
Tints of Atlantis #9CBC4B
RGB
CMYK
RGB Variations
Color information
#9CBC4B (or 0x9CBC4B) is known color: Atlantis. HEX triplet: 9C, BC and 4B. RGB value is (156,188,75). Sum of RGB (Red+Green+Blue) = 156+188+75=419 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.23% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 75 (29.69% from 255 or 17.90% from 419); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBC4B is #6343B4. Grayscale: #A5A5A5. Windows color (decimal): -6505397 or 4963484. OLE color: 4963484.
HSL color Cylindrical-coordinate representation of color #9CBC4B: hue angle of 76.99º 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 #9CBC4B is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 188 | 75 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.26 |
| HSL | 76.99º | 0.46% | 0.52% | - |
| HSV(B) | 76.99º | 0.6% | 0.74% | - |
| XYZ | 32.96 | 43.54 | 13.32 | - |
| YUV | 165.55 | 76.9 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 188 | 75 | 0.17 | 0 | 0.60 | 0.26 | 76.99 | 0.46 | 0.52 |
| Hex | 9C | BC | 4B | 11 | 0 | 3C | 1A | 4D | 2E | 34 |
| Octal | 234 | 274 | 113 | 21 | 0 | 74 | 32 | 115 | 56 | 64 |
| Binary | 10011100 | 10111100 | 1001011 | 10001 | 0 | 111100 | 11010 | 1001101 | 101110 | 110100 |
Color Harmonies of #9CBC4B
Complementary color
Monochromatic Colors of #9CBC4B
Black with #9CBC4B
Text Example
Text Example
White with #9CBC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBC4B; }
p { color: rgb(156,188,75); }
H1.HeaderClassName
{
color: #9CBC4B;
}
.AnyTagClassName
{
color: #9CBC4B;
}
</style>
background-color css
<style>
a { background-color: #9CBC4B; }
a { background-color: rgb(156,188,75); }
div.DivClassName
{
background-color: #9CBC4B;
}
.BgClassName
{
background-color: #9CBC4B;
}
</style>
border-color css
<style>
span { border-color: #9CBC4B; }
span { border-color: rgb(156,188,75); }
td.TdClassName
{
border-color: #9CBC4B;
}
.TagClassName
{
border-color: #9CBC4B;
}
</style>