Shades of Atlantis #9CBD44
Tints of Atlantis #9CBD44
RGB
CMYK
RGB Variations
Color information
#9CBD44 (or 0x9CBD44) is known color: Atlantis. HEX triplet: 9C, BD and 44. RGB value is (156,189,68). Sum of RGB (Red+Green+Blue) = 156+189+68=413 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.77% from 413); Green value is 189 (74.22% from 255 or 45.76% from 413); Blue value is 68 (26.95% from 255 or 16.46% from 413); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBD44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBD44 is #6342BB. Grayscale: #A5A5A5. Windows color (decimal): -6505148 or 4504988. OLE color: 4504988.
HSL color Cylindrical-coordinate representation of color #9CBD44: hue angle of 76.36º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9CBD44 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 189 | 68 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.26 |
| HSL | 76.36º | 0.48% | 0.5% | - |
| HSV(B) | 76.36º | 0.64% | 0.74% | - |
| XYZ | 32.95 | 43.88 | 12.2 | - |
| YUV | 165.34 | 73.07 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 189 | 68 | 0.17 | 0 | 0.64 | 0.26 | 76.36 | 0.48 | 0.5 |
| Hex | 9C | BD | 44 | 11 | 0 | 40 | 1A | 4C | 30 | 32 |
| Octal | 234 | 275 | 104 | 21 | 0 | 100 | 32 | 114 | 60 | 62 |
| Binary | 10011100 | 10111101 | 1000100 | 10001 | 0 | 1000000 | 11010 | 1001100 | 110000 | 110010 |
Color Harmonies of #9CBD44
Complementary color
Monochromatic Colors of #9CBD44
Black with #9CBD44
Text Example
Text Example
White with #9CBD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBD44; }
p { color: rgb(156,189,68); }
H1.HeaderClassName
{
color: #9CBD44;
}
.AnyTagClassName
{
color: #9CBD44;
}
</style>
background-color css
<style>
a { background-color: #9CBD44; }
a { background-color: rgb(156,189,68); }
div.DivClassName
{
background-color: #9CBD44;
}
.BgClassName
{
background-color: #9CBD44;
}
</style>
border-color css
<style>
span { border-color: #9CBD44; }
span { border-color: rgb(156,189,68); }
td.TdClassName
{
border-color: #9CBD44;
}
.TagClassName
{
border-color: #9CBD44;
}
</style>