Shades of Atlantis #99B543
Tints of Atlantis #99B543
RGB
CMYK
RGB Variations
Color information
#99B543 (or 0x99B543) is known color: Atlantis. HEX triplet: 99, B5 and 43. RGB value is (153,181,67). Sum of RGB (Red+Green+Blue) = 153+181+67=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 181 (71.09% from 255 or 45.14% from 401); Blue value is 67 (26.56% from 255 or 16.71% from 401); Max value from RGB is 181 - color contains mainly: green. Hex color #99B543 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99B543 is #664ABC. Grayscale: #A0A0A0. Windows color (decimal): -6703805 or 4437401. OLE color: 4437401.
HSL color Cylindrical-coordinate representation of color #99B543: hue angle of 74.74º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #99B543 is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 181 | 67 | - |
| CMYK | 0.15 | 0 | 0.63 | 0.29 |
| HSL | 74.74º | 0.46% | 0.49% | - |
| HSV(B) | 74.74º | 0.63% | 0.71% | - |
| XYZ | 30.67 | 40.23 | 11.46 | - |
| YUV | 159.63 | 75.72 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 181 | 67 | 0.15 | 0 | 0.63 | 0.29 | 74.74 | 0.46 | 0.49 |
| Hex | 99 | B5 | 43 | F | 0 | 3F | 1D | 4B | 2E | 31 |
| Octal | 231 | 265 | 103 | 17 | 0 | 77 | 35 | 113 | 56 | 61 |
| Binary | 10011001 | 10110101 | 1000011 | 1111 | 0 | 111111 | 11101 | 1001011 | 101110 | 110001 |
Color Harmonies of #99B543
Complementary color
Monochromatic Colors of #99B543
Black with #99B543
Text Example
Text Example
White with #99B543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B543; }
p { color: rgb(153,181,67); }
H1.HeaderClassName
{
color: #99B543;
}
.AnyTagClassName
{
color: #99B543;
}
</style>
background-color css
<style>
a { background-color: #99B543; }
a { background-color: rgb(153,181,67); }
div.DivClassName
{
background-color: #99B543;
}
.BgClassName
{
background-color: #99B543;
}
</style>
border-color css
<style>
span { border-color: #99B543; }
span { border-color: rgb(153,181,67); }
td.TdClassName
{
border-color: #99B543;
}
.TagClassName
{
border-color: #99B543;
}
</style>