Shades of Atlantis #99BD44
Tints of Atlantis #99BD44
RGB
CMYK
RGB Variations
Color information
#99BD44 (or 0x99BD44) is known color: Atlantis. HEX triplet: 99, BD and 44. RGB value is (153,189,68). Sum of RGB (Red+Green+Blue) = 153+189+68=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 189 (74.22% from 255 or 46.10% from 410); Blue value is 68 (26.95% from 255 or 16.59% from 410); Max value from RGB is 189 - color contains mainly: green. Hex color #99BD44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BD44 is #6642BB. Grayscale: #A4A4A4. Windows color (decimal): -6701756 or 4504985. OLE color: 4504985.
HSL color Cylindrical-coordinate representation of color #99BD44: hue angle of 77.85º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #99BD44 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 189 | 68 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.26 |
| HSL | 77.85º | 0.48% | 0.5% | - |
| HSV(B) | 77.85º | 0.64% | 0.74% | - |
| XYZ | 32.38 | 43.58 | 12.18 | - |
| YUV | 164.44 | 73.57 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 189 | 68 | 0.19 | 0 | 0.64 | 0.26 | 77.85 | 0.48 | 0.5 |
| Hex | 99 | BD | 44 | 13 | 0 | 40 | 1A | 4E | 30 | 32 |
| Octal | 231 | 275 | 104 | 23 | 0 | 100 | 32 | 116 | 60 | 62 |
| Binary | 10011001 | 10111101 | 1000100 | 10011 | 0 | 1000000 | 11010 | 1001110 | 110000 | 110010 |
Color Harmonies of #99BD44
Complementary color
Monochromatic Colors of #99BD44
Black with #99BD44
Text Example
Text Example
White with #99BD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BD44; }
p { color: rgb(153,189,68); }
H1.HeaderClassName
{
color: #99BD44;
}
.AnyTagClassName
{
color: #99BD44;
}
</style>
background-color css
<style>
a { background-color: #99BD44; }
a { background-color: rgb(153,189,68); }
div.DivClassName
{
background-color: #99BD44;
}
.BgClassName
{
background-color: #99BD44;
}
</style>
border-color css
<style>
span { border-color: #99BD44; }
span { border-color: rgb(153,189,68); }
td.TdClassName
{
border-color: #99BD44;
}
.TagClassName
{
border-color: #99BD44;
}
</style>