Shades of Atlantis #99B446
Tints of Atlantis #99B446
RGB
CMYK
RGB Variations
Color information
#99B446 (or 0x99B446) is known color: Atlantis. HEX triplet: 99, B4 and 46. RGB value is (153,180,70). Sum of RGB (Red+Green+Blue) = 153+180+70=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 180 (70.70% from 255 or 44.67% from 403); Blue value is 70 (27.73% from 255 or 17.37% from 403); Max value from RGB is 180 - color contains mainly: green. Hex color #99B446 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B446 is #664BB9. Grayscale: #9F9F9F. Windows color (decimal): -6704058 or 4633753. OLE color: 4633753.
HSL color Cylindrical-coordinate representation of color #99B446: hue angle of 74.73º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #99B446 is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 180 | 70 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.29 |
| HSL | 74.73º | 0.44% | 0.49% | - |
| HSV(B) | 74.73º | 0.61% | 0.71% | - |
| XYZ | 30.56 | 39.86 | 11.88 | - |
| YUV | 159.39 | 77.55 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 180 | 70 | 0.15 | 0 | 0.61 | 0.29 | 74.73 | 0.44 | 0.49 |
| Hex | 99 | B4 | 46 | F | 0 | 3D | 1D | 4B | 2C | 31 |
| Octal | 231 | 264 | 106 | 17 | 0 | 75 | 35 | 113 | 54 | 61 |
| Binary | 10011001 | 10110100 | 1000110 | 1111 | 0 | 111101 | 11101 | 1001011 | 101100 | 110001 |
Color Harmonies of #99B446
Complementary color
Monochromatic Colors of #99B446
Black with #99B446
Text Example
Text Example
White with #99B446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B446; }
p { color: rgb(153,180,70); }
H1.HeaderClassName
{
color: #99B446;
}
.AnyTagClassName
{
color: #99B446;
}
</style>
background-color css
<style>
a { background-color: #99B446; }
a { background-color: rgb(153,180,70); }
div.DivClassName
{
background-color: #99B446;
}
.BgClassName
{
background-color: #99B446;
}
</style>
border-color css
<style>
span { border-color: #99B446; }
span { border-color: rgb(153,180,70); }
td.TdClassName
{
border-color: #99B446;
}
.TagClassName
{
border-color: #99B446;
}
</style>