Shades of Atlantis #99BC4A
Tints of Atlantis #99BC4A
RGB
CMYK
RGB Variations
Color information
#99BC4A (or 0x99BC4A) is known color: Atlantis. HEX triplet: 99, BC and 4A. RGB value is (153,188,74). Sum of RGB (Red+Green+Blue) = 153+188+74=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 74 (29.30% from 255 or 17.83% from 415); Max value from RGB is 188 - color contains mainly: green. Hex color #99BC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BC4A is #6643B5. Grayscale: #A4A4A4. Windows color (decimal): -6702006 or 4897945. OLE color: 4897945.
HSL color Cylindrical-coordinate representation of color #99BC4A: hue angle of 78.42º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #99BC4A is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 188 | 74 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.26 |
| HSL | 78.42º | 0.46% | 0.51% | - |
| HSV(B) | 78.42º | 0.61% | 0.74% | - |
| XYZ | 32.36 | 43.23 | 13.12 | - |
| YUV | 164.54 | 76.9 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 188 | 74 | 0.19 | 0 | 0.61 | 0.26 | 78.42 | 0.46 | 0.51 |
| Hex | 99 | BC | 4A | 13 | 0 | 3D | 1A | 4E | 2E | 33 |
| Octal | 231 | 274 | 112 | 23 | 0 | 75 | 32 | 116 | 56 | 63 |
| Binary | 10011001 | 10111100 | 1001010 | 10011 | 0 | 111101 | 11010 | 1001110 | 101110 | 110011 |
Color Harmonies of #99BC4A
Complementary color
Monochromatic Colors of #99BC4A
Black with #99BC4A
Text Example
Text Example
White with #99BC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BC4A; }
p { color: rgb(153,188,74); }
H1.HeaderClassName
{
color: #99BC4A;
}
.AnyTagClassName
{
color: #99BC4A;
}
</style>
background-color css
<style>
a { background-color: #99BC4A; }
a { background-color: rgb(153,188,74); }
div.DivClassName
{
background-color: #99BC4A;
}
.BgClassName
{
background-color: #99BC4A;
}
</style>
border-color css
<style>
span { border-color: #99BC4A; }
span { border-color: rgb(153,188,74); }
td.TdClassName
{
border-color: #99BC4A;
}
.TagClassName
{
border-color: #99BC4A;
}
</style>