Shades of Atlantis #9CBD4B
Tints of Atlantis #9CBD4B
RGB
CMYK
RGB Variations
Color information
#9CBD4B (or 0x9CBD4B) is known color: Atlantis. HEX triplet: 9C, BD and 4B. RGB value is (156,189,75). Sum of RGB (Red+Green+Blue) = 156+189+75=420 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.14% from 420); Green value is 189 (74.22% from 255 or 45% from 420); Blue value is 75 (29.69% from 255 or 17.86% from 420); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBD4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBD4B is #6342B4. Grayscale: #A6A6A6. Windows color (decimal): -6505141 or 4963740. OLE color: 4963740.
HSL color Cylindrical-coordinate representation of color #9CBD4B: hue angle of 77.37º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9CBD4B is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 189 | 75 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.26 |
| HSL | 77.37º | 0.46% | 0.52% | - |
| HSV(B) | 77.37º | 0.6% | 0.74% | - |
| XYZ | 33.18 | 43.97 | 13.4 | - |
| YUV | 166.14 | 76.57 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 189 | 75 | 0.17 | 0 | 0.60 | 0.26 | 77.37 | 0.46 | 0.52 |
| Hex | 9C | BD | 4B | 11 | 0 | 3C | 1A | 4D | 2E | 34 |
| Octal | 234 | 275 | 113 | 21 | 0 | 74 | 32 | 115 | 56 | 64 |
| Binary | 10011100 | 10111101 | 1001011 | 10001 | 0 | 111100 | 11010 | 1001101 | 101110 | 110100 |
Color Harmonies of #9CBD4B
Complementary color
Monochromatic Colors of #9CBD4B
Black with #9CBD4B
Text Example
Text Example
White with #9CBD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBD4B; }
p { color: rgb(156,189,75); }
H1.HeaderClassName
{
color: #9CBD4B;
}
.AnyTagClassName
{
color: #9CBD4B;
}
</style>
background-color css
<style>
a { background-color: #9CBD4B; }
a { background-color: rgb(156,189,75); }
div.DivClassName
{
background-color: #9CBD4B;
}
.BgClassName
{
background-color: #9CBD4B;
}
</style>
border-color css
<style>
span { border-color: #9CBD4B; }
span { border-color: rgb(156,189,75); }
td.TdClassName
{
border-color: #9CBD4B;
}
.TagClassName
{
border-color: #9CBD4B;
}
</style>