Shades of Atlantis #9DBD3E
Tints of Atlantis #9DBD3E
RGB
CMYK
RGB Variations
Color information
#9DBD3E (or 0x9DBD3E) is known color: Atlantis. HEX triplet: 9D, BD and 3E. RGB value is (157,189,62). Sum of RGB (Red+Green+Blue) = 157+189+62=408 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.48% from 408); Green value is 189 (74.22% from 255 or 46.32% from 408); Blue value is 62 (24.61% from 255 or 15.20% from 408); Max value from RGB is 189 - color contains mainly: green. Hex color #9DBD3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DBD3E is #6242C1. Grayscale: #A5A5A5. Windows color (decimal): -6439618 or 4111773. OLE color: 4111773.
HSL color Cylindrical-coordinate representation of color #9DBD3E: hue angle of 75.12º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9DBD3E is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 189 | 62 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.26 |
| HSL | 75.12º | 0.51% | 0.49% | - |
| HSV(B) | 75.12º | 0.67% | 0.74% | - |
| XYZ | 32.97 | 43.91 | 11.3 | - |
| YUV | 164.95 | 69.9 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 189 | 62 | 0.17 | 0 | 0.67 | 0.26 | 75.12 | 0.51 | 0.49 |
| Hex | 9D | BD | 3E | 11 | 0 | 43 | 1A | 4B | 33 | 31 |
| Octal | 235 | 275 | 76 | 21 | 0 | 103 | 32 | 113 | 63 | 61 |
| Binary | 10011101 | 10111101 | 111110 | 10001 | 0 | 1000011 | 11010 | 1001011 | 110011 | 110001 |
Color Harmonies of #9DBD3E
Complementary color
Monochromatic Colors of #9DBD3E
Black with #9DBD3E
Text Example
Text Example
White with #9DBD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBD3E; }
p { color: rgb(157,189,62); }
H1.HeaderClassName
{
color: #9DBD3E;
}
.AnyTagClassName
{
color: #9DBD3E;
}
</style>
background-color css
<style>
a { background-color: #9DBD3E; }
a { background-color: rgb(157,189,62); }
div.DivClassName
{
background-color: #9DBD3E;
}
.BgClassName
{
background-color: #9DBD3E;
}
</style>
border-color css
<style>
span { border-color: #9DBD3E; }
span { border-color: rgb(157,189,62); }
td.TdClassName
{
border-color: #9DBD3E;
}
.TagClassName
{
border-color: #9DBD3E;
}
</style>