Shades of Atlantis #9CBD52
Tints of Atlantis #9CBD52
RGB
CMYK
RGB Variations
Color information
#9CBD52 (or 0x9CBD52) is known color: Atlantis. HEX triplet: 9C, BD and 52. RGB value is (156,189,82). Sum of RGB (Red+Green+Blue) = 156+189+82=427 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.53% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 82 (32.42% from 255 or 19.20% from 427); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBD52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBD52 is #6342AD. Grayscale: #A7A7A7. Windows color (decimal): -6505134 or 5422492. OLE color: 5422492.
HSL color Cylindrical-coordinate representation of color #9CBD52: hue angle of 78.5º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9CBD52 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 189 | 82 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.26 |
| HSL | 78.5º | 0.45% | 0.53% | - |
| HSV(B) | 78.5º | 0.57% | 0.74% | - |
| XYZ | 33.43 | 44.07 | 14.73 | - |
| YUV | 166.94 | 80.07 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 189 | 82 | 0.17 | 0 | 0.57 | 0.26 | 78.5 | 0.45 | 0.53 |
| Hex | 9C | BD | 52 | 11 | 0 | 39 | 1A | 4F | 2D | 35 |
| Octal | 234 | 275 | 122 | 21 | 0 | 71 | 32 | 117 | 55 | 65 |
| Binary | 10011100 | 10111101 | 1010010 | 10001 | 0 | 111001 | 11010 | 1001111 | 101101 | 110101 |
Color Harmonies of #9CBD52
Complementary color
Monochromatic Colors of #9CBD52
Black with #9CBD52
Text Example
Text Example
White with #9CBD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBD52; }
p { color: rgb(156,189,82); }
H1.HeaderClassName
{
color: #9CBD52;
}
.AnyTagClassName
{
color: #9CBD52;
}
</style>
background-color css
<style>
a { background-color: #9CBD52; }
a { background-color: rgb(156,189,82); }
div.DivClassName
{
background-color: #9CBD52;
}
.BgClassName
{
background-color: #9CBD52;
}
</style>
border-color css
<style>
span { border-color: #9CBD52; }
span { border-color: rgb(156,189,82); }
td.TdClassName
{
border-color: #9CBD52;
}
.TagClassName
{
border-color: #9CBD52;
}
</style>