Shades of Atlantis #99BD4F
Tints of Atlantis #99BD4F
RGB
CMYK
RGB Variations
Color information
#99BD4F (or 0x99BD4F) is known color: Atlantis. HEX triplet: 99, BD and 4F. RGB value is (153,189,79). Sum of RGB (Red+Green+Blue) = 153+189+79=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 189 (74.22% from 255 or 44.89% from 421); Blue value is 79 (31.25% from 255 or 18.76% from 421); Max value from RGB is 189 - color contains mainly: green. Hex color #99BD4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BD4F is #6642B0. Grayscale: #A6A6A6. Windows color (decimal): -6701745 or 5225881. OLE color: 5225881.
HSL color Cylindrical-coordinate representation of color #99BD4F: hue angle of 79.64º 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 #99BD4F is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 189 | 79 | - |
| CMYK | 0.19 | 0 | 0.58 | 0.26 |
| HSL | 79.64º | 0.45% | 0.53% | - |
| HSV(B) | 79.64º | 0.58% | 0.74% | - |
| XYZ | 32.75 | 43.73 | 14.11 | - |
| YUV | 165.7 | 79.07 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 189 | 79 | 0.19 | 0 | 0.58 | 0.26 | 79.64 | 0.45 | 0.53 |
| Hex | 99 | BD | 4F | 13 | 0 | 3A | 1A | 50 | 2D | 35 |
| Octal | 231 | 275 | 117 | 23 | 0 | 72 | 32 | 120 | 55 | 65 |
| Binary | 10011001 | 10111101 | 1001111 | 10011 | 0 | 111010 | 11010 | 1010000 | 101101 | 110101 |
Color Harmonies of #99BD4F
Complementary color
Monochromatic Colors of #99BD4F
Black with #99BD4F
Text Example
Text Example
White with #99BD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BD4F; }
p { color: rgb(153,189,79); }
H1.HeaderClassName
{
color: #99BD4F;
}
.AnyTagClassName
{
color: #99BD4F;
}
</style>
background-color css
<style>
a { background-color: #99BD4F; }
a { background-color: rgb(153,189,79); }
div.DivClassName
{
background-color: #99BD4F;
}
.BgClassName
{
background-color: #99BD4F;
}
</style>
border-color css
<style>
span { border-color: #99BD4F; }
span { border-color: rgb(153,189,79); }
td.TdClassName
{
border-color: #99BD4F;
}
.TagClassName
{
border-color: #99BD4F;
}
</style>