Shades of Atlantis #9CBD4E
Tints of Atlantis #9CBD4E
RGB
CMYK
RGB Variations
Color information
#9CBD4E (or 0x9CBD4E) is known color: Atlantis. HEX triplet: 9C, BD and 4E. RGB value is (156,189,78). Sum of RGB (Red+Green+Blue) = 156+189+78=423 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.88% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 78 (30.86% from 255 or 18.44% from 423); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBD4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBD4E is #6342B1. Grayscale: #A6A6A6. Windows color (decimal): -6505138 or 5160348. OLE color: 5160348.
HSL color Cylindrical-coordinate representation of color #9CBD4E: hue angle of 77.84º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9CBD4E is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 189 | 78 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.26 |
| HSL | 77.84º | 0.46% | 0.52% | - |
| HSV(B) | 77.84º | 0.59% | 0.74% | - |
| XYZ | 33.28 | 44.01 | 13.95 | - |
| YUV | 166.48 | 78.07 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 189 | 78 | 0.17 | 0 | 0.59 | 0.26 | 77.84 | 0.46 | 0.52 |
| Hex | 9C | BD | 4E | 11 | 0 | 3B | 1A | 4E | 2E | 34 |
| Octal | 234 | 275 | 116 | 21 | 0 | 73 | 32 | 116 | 56 | 64 |
| Binary | 10011100 | 10111101 | 1001110 | 10001 | 0 | 111011 | 11010 | 1001110 | 101110 | 110100 |
Color Harmonies of #9CBD4E
Complementary color
Monochromatic Colors of #9CBD4E
Black with #9CBD4E
Text Example
Text Example
White with #9CBD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBD4E; }
p { color: rgb(156,189,78); }
H1.HeaderClassName
{
color: #9CBD4E;
}
.AnyTagClassName
{
color: #9CBD4E;
}
</style>
background-color css
<style>
a { background-color: #9CBD4E; }
a { background-color: rgb(156,189,78); }
div.DivClassName
{
background-color: #9CBD4E;
}
.BgClassName
{
background-color: #9CBD4E;
}
</style>
border-color css
<style>
span { border-color: #9CBD4E; }
span { border-color: rgb(156,189,78); }
td.TdClassName
{
border-color: #9CBD4E;
}
.TagClassName
{
border-color: #9CBD4E;
}
</style>