Shades of Atlantis #9CBD50
Tints of Atlantis #9CBD50
RGB
CMYK
RGB Variations
Color information
#9CBD50 (or 0x9CBD50) is known color: Atlantis. HEX triplet: 9C, BD and 50. RGB value is (156,189,80). Sum of RGB (Red+Green+Blue) = 156+189+80=425 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.71% from 425); Green value is 189 (74.22% from 255 or 44.47% from 425); Blue value is 80 (31.64% from 255 or 18.82% from 425); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBD50 is #6342AF. Grayscale: #A7A7A7. Windows color (decimal): -6505136 or 5291420. OLE color: 5291420.
HSL color Cylindrical-coordinate representation of color #9CBD50: hue angle of 78.17º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9CBD50 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 189 | 80 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.26 |
| HSL | 78.17º | 0.45% | 0.53% | - |
| HSV(B) | 78.17º | 0.58% | 0.74% | - |
| XYZ | 33.36 | 44.04 | 14.33 | - |
| YUV | 166.71 | 79.07 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 189 | 80 | 0.17 | 0 | 0.58 | 0.26 | 78.17 | 0.45 | 0.53 |
| Hex | 9C | BD | 50 | 11 | 0 | 3A | 1A | 4E | 2D | 35 |
| Octal | 234 | 275 | 120 | 21 | 0 | 72 | 32 | 116 | 55 | 65 |
| Binary | 10011100 | 10111101 | 1010000 | 10001 | 0 | 111010 | 11010 | 1001110 | 101101 | 110101 |
Color Harmonies of #9CBD50
Complementary color
Monochromatic Colors of #9CBD50
Black with #9CBD50
Text Example
Text Example
White with #9CBD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBD50; }
p { color: rgb(156,189,80); }
H1.HeaderClassName
{
color: #9CBD50;
}
.AnyTagClassName
{
color: #9CBD50;
}
</style>
background-color css
<style>
a { background-color: #9CBD50; }
a { background-color: rgb(156,189,80); }
div.DivClassName
{
background-color: #9CBD50;
}
.BgClassName
{
background-color: #9CBD50;
}
</style>
border-color css
<style>
span { border-color: #9CBD50; }
span { border-color: rgb(156,189,80); }
td.TdClassName
{
border-color: #9CBD50;
}
.TagClassName
{
border-color: #9CBD50;
}
</style>