Shades of Atlantis #9CBC48
Tints of Atlantis #9CBC48
RGB
CMYK
RGB Variations
Color information
#9CBC48 (or 0x9CBC48) is known color: Atlantis. HEX triplet: 9C, BC and 48. RGB value is (156,188,72). Sum of RGB (Red+Green+Blue) = 156+188+72=416 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.5% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 72 (28.52% from 255 or 17.31% from 416); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBC48 is #6343B7. Grayscale: #A5A5A5. Windows color (decimal): -6505400 or 4766876. OLE color: 4766876.
HSL color Cylindrical-coordinate representation of color #9CBC48: hue angle of 76.55º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9CBC48 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 188 | 72 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.26 |
| HSL | 76.55º | 0.46% | 0.51% | - |
| HSV(B) | 76.55º | 0.62% | 0.74% | - |
| XYZ | 32.86 | 43.5 | 12.8 | - |
| YUV | 165.21 | 75.4 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 188 | 72 | 0.17 | 0 | 0.62 | 0.26 | 76.55 | 0.46 | 0.51 |
| Hex | 9C | BC | 48 | 11 | 0 | 3E | 1A | 4D | 2E | 33 |
| Octal | 234 | 274 | 110 | 21 | 0 | 76 | 32 | 115 | 56 | 63 |
| Binary | 10011100 | 10111100 | 1001000 | 10001 | 0 | 111110 | 11010 | 1001101 | 101110 | 110011 |
Color Harmonies of #9CBC48
Complementary color
Monochromatic Colors of #9CBC48
Black with #9CBC48
Text Example
Text Example
White with #9CBC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBC48; }
p { color: rgb(156,188,72); }
H1.HeaderClassName
{
color: #9CBC48;
}
.AnyTagClassName
{
color: #9CBC48;
}
</style>
background-color css
<style>
a { background-color: #9CBC48; }
a { background-color: rgb(156,188,72); }
div.DivClassName
{
background-color: #9CBC48;
}
.BgClassName
{
background-color: #9CBC48;
}
</style>
border-color css
<style>
span { border-color: #9CBC48; }
span { border-color: rgb(156,188,72); }
td.TdClassName
{
border-color: #9CBC48;
}
.TagClassName
{
border-color: #9CBC48;
}
</style>