Shades of Summer Green #99BCA3
Tints of Summer Green #99BCA3
RGB
CMYK
RGB Variations
Color information
#99BCA3 (or 0x99BCA3) is known color: Summer Green. HEX triplet: 99, BC and A3. RGB value is (153,188,163). Sum of RGB (Red+Green+Blue) = 153+188+163=504 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.36% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 163 (64.06% from 255 or 32.34% from 504); Max value from RGB is 188 - color contains mainly: green. Hex color #99BCA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BCA3 is #66435C. Grayscale: #AEAEAE. Windows color (decimal): -6701917 or 10730649. OLE color: 10730649.
HSL color Cylindrical-coordinate representation of color #99BCA3: hue angle of 137.14º 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 #99BCA3 is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 188 | 163 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.26 |
| HSL | 137.14º | 0.21% | 0.67% | - |
| HSV(B) | 137.14º | 0.19% | 0.74% | - |
| XYZ | 37.73 | 45.38 | 41.42 | - |
| YUV | 174.69 | 121.4 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 188 | 163 | 0.19 | 0 | 0.13 | 0.26 | 137.14 | 0.21 | 0.67 |
| Hex | 99 | BC | A3 | 13 | 0 | D | 1A | 89 | 15 | 43 |
| Octal | 231 | 274 | 243 | 23 | 0 | 15 | 32 | 211 | 25 | 103 |
| Binary | 10011001 | 10111100 | 10100011 | 10011 | 0 | 1101 | 11010 | 10001001 | 10101 | 1000011 |
Color Harmonies of #99BCA3
Complementary color
Monochromatic Colors of #99BCA3
Black with #99BCA3
Text Example
Text Example
White with #99BCA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BCA3; }
p { color: rgb(153,188,163); }
H1.HeaderClassName
{
color: #99BCA3;
}
.AnyTagClassName
{
color: #99BCA3;
}
</style>
background-color css
<style>
a { background-color: #99BCA3; }
a { background-color: rgb(153,188,163); }
div.DivClassName
{
background-color: #99BCA3;
}
.BgClassName
{
background-color: #99BCA3;
}
</style>
border-color css
<style>
span { border-color: #99BCA3; }
span { border-color: rgb(153,188,163); }
td.TdClassName
{
border-color: #99BCA3;
}
.TagClassName
{
border-color: #99BCA3;
}
</style>