Shades of Summer Green #99BCA0
Tints of Summer Green #99BCA0
RGB
CMYK
RGB Variations
Color information
#99BCA0 (or 0x99BCA0) is known color: Summer Green. HEX triplet: 99, BC and A0. RGB value is (153,188,160). Sum of RGB (Red+Green+Blue) = 153+188+160=501 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.54% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 160 (62.89% from 255 or 31.94% from 501); Max value from RGB is 188 - color contains mainly: green. Hex color #99BCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BCA0 is #66435F. Grayscale: #AEAEAE. Windows color (decimal): -6701920 or 10534041. OLE color: 10534041.
HSL color Cylindrical-coordinate representation of color #99BCA0: hue angle of 132º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99BCA0 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 188 | 160 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.26 |
| HSL | 132º | 0.21% | 0.67% | - |
| HSV(B) | 132º | 0.19% | 0.74% | - |
| XYZ | 37.47 | 45.28 | 40.02 | - |
| YUV | 174.34 | 119.9 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 188 | 160 | 0.19 | 0 | 0.15 | 0.26 | 132 | 0.21 | 0.67 |
| Hex | 99 | BC | A0 | 13 | 0 | F | 1A | 84 | 15 | 43 |
| Octal | 231 | 274 | 240 | 23 | 0 | 17 | 32 | 204 | 25 | 103 |
| Binary | 10011001 | 10111100 | 10100000 | 10011 | 0 | 1111 | 11010 | 10000100 | 10101 | 1000011 |
Color Harmonies of #99BCA0
Complementary color
Monochromatic Colors of #99BCA0
Black with #99BCA0
Text Example
Text Example
White with #99BCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BCA0; }
p { color: rgb(153,188,160); }
H1.HeaderClassName
{
color: #99BCA0;
}
.AnyTagClassName
{
color: #99BCA0;
}
</style>
background-color css
<style>
a { background-color: #99BCA0; }
a { background-color: rgb(153,188,160); }
div.DivClassName
{
background-color: #99BCA0;
}
.BgClassName
{
background-color: #99BCA0;
}
</style>
border-color css
<style>
span { border-color: #99BCA0; }
span { border-color: rgb(153,188,160); }
td.TdClassName
{
border-color: #99BCA0;
}
.TagClassName
{
border-color: #99BCA0;
}
</style>