Shades of Summer Green #99B7A4
Tints of Summer Green #99B7A4
RGB
CMYK
RGB Variations
Color information
#99B7A4 (or 0x99B7A4) is known color: Summer Green. HEX triplet: 99, B7 and A4. RGB value is (153,183,164). Sum of RGB (Red+Green+Blue) = 153+183+164=500 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.6% from 500); Green value is 183 (71.88% from 255 or 36.6% from 500); Blue value is 164 (64.45% from 255 or 32.8% from 500); Max value from RGB is 183 - color contains mainly: green. Hex color #99B7A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B7A4 is #66485B. Grayscale: #ABABAB. Windows color (decimal): -6703196 or 10794905. OLE color: 10794905.
HSL color Cylindrical-coordinate representation of color #99B7A4: hue angle of 142º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #99B7A4 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 153 | 183 | 164 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.28 |
| HSL | 142º | 0.17% | 0.66% | - |
| HSV(B) | 142º | 0.16% | 0.72% | - |
| XYZ | 36.77 | 43.32 | 41.55 | - |
| YUV | 171.86 | 123.56 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 183 | 164 | 0.16 | 0 | 0.10 | 0.28 | 142 | 0.17 | 0.66 |
| Hex | 99 | B7 | A4 | 10 | 0 | A | 1C | 8E | 11 | 42 |
| Octal | 231 | 267 | 244 | 20 | 0 | 12 | 34 | 216 | 21 | 102 |
| Binary | 10011001 | 10110111 | 10100100 | 10000 | 0 | 1010 | 11100 | 10001110 | 10001 | 1000010 |
Color Harmonies of #99B7A4
Complementary color
Monochromatic Colors of #99B7A4
Black with #99B7A4
Text Example
Text Example
White with #99B7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B7A4; }
p { color: rgb(153,183,164); }
H1.HeaderClassName
{
color: #99B7A4;
}
.AnyTagClassName
{
color: #99B7A4;
}
</style>
background-color css
<style>
a { background-color: #99B7A4; }
a { background-color: rgb(153,183,164); }
div.DivClassName
{
background-color: #99B7A4;
}
.BgClassName
{
background-color: #99B7A4;
}
</style>
border-color css
<style>
span { border-color: #99B7A4; }
span { border-color: rgb(153,183,164); }
td.TdClassName
{
border-color: #99B7A4;
}
.TagClassName
{
border-color: #99B7A4;
}
</style>