Shades of Atlantis #9CBD4A
Tints of Atlantis #9CBD4A
RGB
CMYK
RGB Variations
Color information
#9CBD4A (or 0x9CBD4A) is known color: Atlantis. HEX triplet: 9C, BD and 4A. RGB value is (156,189,74). Sum of RGB (Red+Green+Blue) = 156+189+74=419 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.23% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 74 (29.30% from 255 or 17.66% from 419); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBD4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBD4A is #6342B5. Grayscale: #A6A6A6. Windows color (decimal): -6505142 or 4898204. OLE color: 4898204.
HSL color Cylindrical-coordinate representation of color #9CBD4A: hue angle of 77.22º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9CBD4A is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 189 | 74 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.26 |
| HSL | 77.22º | 0.47% | 0.52% | - |
| HSV(B) | 77.22º | 0.61% | 0.74% | - |
| XYZ | 33.14 | 43.96 | 13.22 | - |
| YUV | 166.02 | 76.07 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 189 | 74 | 0.17 | 0 | 0.61 | 0.26 | 77.22 | 0.47 | 0.52 |
| Hex | 9C | BD | 4A | 11 | 0 | 3D | 1A | 4D | 2F | 34 |
| Octal | 234 | 275 | 112 | 21 | 0 | 75 | 32 | 115 | 57 | 64 |
| Binary | 10011100 | 10111101 | 1001010 | 10001 | 0 | 111101 | 11010 | 1001101 | 101111 | 110100 |
Color Harmonies of #9CBD4A
Complementary color
Monochromatic Colors of #9CBD4A
Black with #9CBD4A
Text Example
Text Example
White with #9CBD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBD4A; }
p { color: rgb(156,189,74); }
H1.HeaderClassName
{
color: #9CBD4A;
}
.AnyTagClassName
{
color: #9CBD4A;
}
</style>
background-color css
<style>
a { background-color: #9CBD4A; }
a { background-color: rgb(156,189,74); }
div.DivClassName
{
background-color: #9CBD4A;
}
.BgClassName
{
background-color: #9CBD4A;
}
</style>
border-color css
<style>
span { border-color: #9CBD4A; }
span { border-color: rgb(156,189,74); }
td.TdClassName
{
border-color: #9CBD4A;
}
.TagClassName
{
border-color: #9CBD4A;
}
</style>