Shades of Summer Green #99BBA4
Tints of Summer Green #99BBA4
RGB
CMYK
RGB Variations
Color information
#99BBA4 (or 0x99BBA4) is known color: Summer Green. HEX triplet: 99, BB and A4. RGB value is (153,187,164). Sum of RGB (Red+Green+Blue) = 153+187+164=504 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.36% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 164 (64.45% from 255 or 32.54% from 504); Max value from RGB is 187 - color contains mainly: green. Hex color #99BBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BBA4 is #66445B. Grayscale: #AEAEAE. Windows color (decimal): -6702172 or 10795929. OLE color: 10795929.
HSL color Cylindrical-coordinate representation of color #99BBA4: hue angle of 139.41º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99BBA4 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 187 | 164 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.27 |
| HSL | 139.41º | 0.2% | 0.67% | - |
| HSV(B) | 139.41º | 0.18% | 0.73% | - |
| XYZ | 37.61 | 44.99 | 41.82 | - |
| YUV | 174.21 | 122.24 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 187 | 164 | 0.18 | 0 | 0.12 | 0.27 | 139.41 | 0.2 | 0.67 |
| Hex | 99 | BB | A4 | 12 | 0 | C | 1B | 8B | 14 | 43 |
| Octal | 231 | 273 | 244 | 22 | 0 | 14 | 33 | 213 | 24 | 103 |
| Binary | 10011001 | 10111011 | 10100100 | 10010 | 0 | 1100 | 11011 | 10001011 | 10100 | 1000011 |
Color Harmonies of #99BBA4
Complementary color
Monochromatic Colors of #99BBA4
Black with #99BBA4
Text Example
Text Example
White with #99BBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BBA4; }
p { color: rgb(153,187,164); }
H1.HeaderClassName
{
color: #99BBA4;
}
.AnyTagClassName
{
color: #99BBA4;
}
</style>
background-color css
<style>
a { background-color: #99BBA4; }
a { background-color: rgb(153,187,164); }
div.DivClassName
{
background-color: #99BBA4;
}
.BgClassName
{
background-color: #99BBA4;
}
</style>
border-color css
<style>
span { border-color: #99BBA4; }
span { border-color: rgb(153,187,164); }
td.TdClassName
{
border-color: #99BBA4;
}
.TagClassName
{
border-color: #99BBA4;
}
</style>