Shades of Atlantis #9DBA48
Tints of Atlantis #9DBA48
RGB
CMYK
RGB Variations
Color information
#9DBA48 (or 0x9DBA48) is known color: Atlantis. HEX triplet: 9D, BA and 48. RGB value is (157,186,72). Sum of RGB (Red+Green+Blue) = 157+186+72=415 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.83% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 72 (28.52% from 255 or 17.35% from 415); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBA48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DBA48 is #6245B7. Grayscale: #A4A4A4. Windows color (decimal): -6440376 or 4766365. OLE color: 4766365.
HSL color Cylindrical-coordinate representation of color #9DBA48: hue angle of 75.26º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9DBA48 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 186 | 72 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.27 |
| HSL | 75.26º | 0.45% | 0.51% | - |
| HSV(B) | 75.26º | 0.61% | 0.73% | - |
| XYZ | 32.63 | 42.75 | 12.66 | - |
| YUV | 164.33 | 75.89 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 186 | 72 | 0.16 | 0 | 0.61 | 0.27 | 75.26 | 0.45 | 0.51 |
| Hex | 9D | BA | 48 | 10 | 0 | 3D | 1B | 4B | 2D | 33 |
| Octal | 235 | 272 | 110 | 20 | 0 | 75 | 33 | 113 | 55 | 63 |
| Binary | 10011101 | 10111010 | 1001000 | 10000 | 0 | 111101 | 11011 | 1001011 | 101101 | 110011 |
Color Harmonies of #9DBA48
Complementary color
Monochromatic Colors of #9DBA48
Black with #9DBA48
Text Example
Text Example
White with #9DBA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBA48; }
p { color: rgb(157,186,72); }
H1.HeaderClassName
{
color: #9DBA48;
}
.AnyTagClassName
{
color: #9DBA48;
}
</style>
background-color css
<style>
a { background-color: #9DBA48; }
a { background-color: rgb(157,186,72); }
div.DivClassName
{
background-color: #9DBA48;
}
.BgClassName
{
background-color: #9DBA48;
}
</style>
border-color css
<style>
span { border-color: #9DBA48; }
span { border-color: rgb(157,186,72); }
td.TdClassName
{
border-color: #9DBA48;
}
.TagClassName
{
border-color: #9DBA48;
}
</style>