Shades of Atlantis #9CBD40
Tints of Atlantis #9CBD40
RGB
CMYK
RGB Variations
Color information
#9CBD40 (or 0x9CBD40) is known color: Atlantis. HEX triplet: 9C, BD and 40. RGB value is (156,189,64). Sum of RGB (Red+Green+Blue) = 156+189+64=409 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.14% from 409); Green value is 189 (74.22% from 255 or 46.21% from 409); Blue value is 64 (25.39% from 255 or 15.65% from 409); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBD40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBD40 is #6342BF. Grayscale: #A5A5A5. Windows color (decimal): -6505152 or 4242844. OLE color: 4242844.
HSL color Cylindrical-coordinate representation of color #9CBD40: hue angle of 75.84º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9CBD40 is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 189 | 64 | - |
| CMYK | 0.17 | 0 | 0.66 | 0.26 |
| HSL | 75.84º | 0.49% | 0.5% | - |
| HSV(B) | 75.84º | 0.66% | 0.74% | - |
| XYZ | 32.83 | 43.83 | 11.58 | - |
| YUV | 164.88 | 71.07 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 189 | 64 | 0.17 | 0 | 0.66 | 0.26 | 75.84 | 0.49 | 0.5 |
| Hex | 9C | BD | 40 | 11 | 0 | 42 | 1A | 4C | 31 | 32 |
| Octal | 234 | 275 | 100 | 21 | 0 | 102 | 32 | 114 | 61 | 62 |
| Binary | 10011100 | 10111101 | 1000000 | 10001 | 0 | 1000010 | 11010 | 1001100 | 110001 | 110010 |
Color Harmonies of #9CBD40
Complementary color
Monochromatic Colors of #9CBD40
Black with #9CBD40
Text Example
Text Example
White with #9CBD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBD40; }
p { color: rgb(156,189,64); }
H1.HeaderClassName
{
color: #9CBD40;
}
.AnyTagClassName
{
color: #9CBD40;
}
</style>
background-color css
<style>
a { background-color: #9CBD40; }
a { background-color: rgb(156,189,64); }
div.DivClassName
{
background-color: #9CBD40;
}
.BgClassName
{
background-color: #9CBD40;
}
</style>
border-color css
<style>
span { border-color: #9CBD40; }
span { border-color: rgb(156,189,64); }
td.TdClassName
{
border-color: #9CBD40;
}
.TagClassName
{
border-color: #9CBD40;
}
</style>