Shades of Atlantis #99BC46
Tints of Atlantis #99BC46
RGB
CMYK
RGB Variations
Color information
#99BC46 (or 0x99BC46) is known color: Atlantis. HEX triplet: 99, BC and 46. RGB value is (153,188,70). Sum of RGB (Red+Green+Blue) = 153+188+70=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 70 (27.73% from 255 or 17.03% from 411); Max value from RGB is 188 - color contains mainly: green. Hex color #99BC46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BC46 is #6643B9. Grayscale: #A4A4A4. Windows color (decimal): -6702010 or 4635801. OLE color: 4635801.
HSL color Cylindrical-coordinate representation of color #99BC46: hue angle of 77.8º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #99BC46 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 188 | 70 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.26 |
| HSL | 77.8º | 0.47% | 0.51% | - |
| HSV(B) | 77.8º | 0.63% | 0.74% | - |
| XYZ | 32.23 | 43.18 | 12.43 | - |
| YUV | 164.08 | 74.9 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 188 | 70 | 0.19 | 0 | 0.63 | 0.26 | 77.8 | 0.47 | 0.51 |
| Hex | 99 | BC | 46 | 13 | 0 | 3F | 1A | 4E | 2F | 33 |
| Octal | 231 | 274 | 106 | 23 | 0 | 77 | 32 | 116 | 57 | 63 |
| Binary | 10011001 | 10111100 | 1000110 | 10011 | 0 | 111111 | 11010 | 1001110 | 101111 | 110011 |
Color Harmonies of #99BC46
Complementary color
Monochromatic Colors of #99BC46
Black with #99BC46
Text Example
Text Example
White with #99BC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BC46; }
p { color: rgb(153,188,70); }
H1.HeaderClassName
{
color: #99BC46;
}
.AnyTagClassName
{
color: #99BC46;
}
</style>
background-color css
<style>
a { background-color: #99BC46; }
a { background-color: rgb(153,188,70); }
div.DivClassName
{
background-color: #99BC46;
}
.BgClassName
{
background-color: #99BC46;
}
</style>
border-color css
<style>
span { border-color: #99BC46; }
span { border-color: rgb(153,188,70); }
td.TdClassName
{
border-color: #99BC46;
}
.TagClassName
{
border-color: #99BC46;
}
</style>