Shades of Atlantis #9DBD4D
Tints of Atlantis #9DBD4D
RGB
CMYK
RGB Variations
Color information
#9DBD4D (or 0x9DBD4D) is known color: Atlantis. HEX triplet: 9D, BD and 4D. RGB value is (157,189,77). Sum of RGB (Red+Green+Blue) = 157+189+77=423 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.12% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 77 (30.47% from 255 or 18.20% from 423); Max value from RGB is 189 - color contains mainly: green. Hex color #9DBD4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBD4D is #6242B2. Grayscale: #A7A7A7. Windows color (decimal): -6439603 or 5094813. OLE color: 5094813.
HSL color Cylindrical-coordinate representation of color #9DBD4D: hue angle of 77.14º 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 #9DBD4D is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 189 | 77 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.26 |
| HSL | 77.14º | 0.46% | 0.52% | - |
| HSV(B) | 77.14º | 0.59% | 0.74% | - |
| XYZ | 33.44 | 44.1 | 13.77 | - |
| YUV | 166.66 | 77.4 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 189 | 77 | 0.17 | 0 | 0.59 | 0.26 | 77.14 | 0.46 | 0.52 |
| Hex | 9D | BD | 4D | 11 | 0 | 3B | 1A | 4D | 2E | 34 |
| Octal | 235 | 275 | 115 | 21 | 0 | 73 | 32 | 115 | 56 | 64 |
| Binary | 10011101 | 10111101 | 1001101 | 10001 | 0 | 111011 | 11010 | 1001101 | 101110 | 110100 |
Color Harmonies of #9DBD4D
Complementary color
Monochromatic Colors of #9DBD4D
Black with #9DBD4D
Text Example
Text Example
White with #9DBD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBD4D; }
p { color: rgb(157,189,77); }
H1.HeaderClassName
{
color: #9DBD4D;
}
.AnyTagClassName
{
color: #9DBD4D;
}
</style>
background-color css
<style>
a { background-color: #9DBD4D; }
a { background-color: rgb(157,189,77); }
div.DivClassName
{
background-color: #9DBD4D;
}
.BgClassName
{
background-color: #9DBD4D;
}
</style>
border-color css
<style>
span { border-color: #9DBD4D; }
span { border-color: rgb(157,189,77); }
td.TdClassName
{
border-color: #9DBD4D;
}
.TagClassName
{
border-color: #9DBD4D;
}
</style>