Shades of Atlantis #99BB40
Tints of Atlantis #99BB40
RGB
CMYK
RGB Variations
Color information
#99BB40 (or 0x99BB40) is known color: Atlantis. HEX triplet: 99, BB and 40. RGB value is (153,187,64). Sum of RGB (Red+Green+Blue) = 153+187+64=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 187 (73.44% from 255 or 46.29% from 404); Blue value is 64 (25.39% from 255 or 15.84% from 404); Max value from RGB is 187 - color contains mainly: green. Hex color #99BB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BB40 is #6644BF. Grayscale: #A3A3A3. Windows color (decimal): -6702272 or 4242329. OLE color: 4242329.
HSL color Cylindrical-coordinate representation of color #99BB40: hue angle of 76.59º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #99BB40 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 187 | 64 | - |
| CMYK | 0.18 | 0 | 0.66 | 0.27 |
| HSL | 76.59º | 0.49% | 0.49% | - |
| HSV(B) | 76.59º | 0.66% | 0.73% | - |
| XYZ | 31.83 | 42.68 | 11.41 | - |
| YUV | 162.81 | 72.24 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 187 | 64 | 0.18 | 0 | 0.66 | 0.27 | 76.59 | 0.49 | 0.49 |
| Hex | 99 | BB | 40 | 12 | 0 | 42 | 1B | 4D | 31 | 31 |
| Octal | 231 | 273 | 100 | 22 | 0 | 102 | 33 | 115 | 61 | 61 |
| Binary | 10011001 | 10111011 | 1000000 | 10010 | 0 | 1000010 | 11011 | 1001101 | 110001 | 110001 |
Color Harmonies of #99BB40
Complementary color
Monochromatic Colors of #99BB40
Black with #99BB40
Text Example
Text Example
White with #99BB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BB40; }
p { color: rgb(153,187,64); }
H1.HeaderClassName
{
color: #99BB40;
}
.AnyTagClassName
{
color: #99BB40;
}
</style>
background-color css
<style>
a { background-color: #99BB40; }
a { background-color: rgb(153,187,64); }
div.DivClassName
{
background-color: #99BB40;
}
.BgClassName
{
background-color: #99BB40;
}
</style>
border-color css
<style>
span { border-color: #99BB40; }
span { border-color: rgb(153,187,64); }
td.TdClassName
{
border-color: #99BB40;
}
.TagClassName
{
border-color: #99BB40;
}
</style>