Shades of Summer Green #99B7A1
Tints of Summer Green #99B7A1
RGB
CMYK
RGB Variations
Color information
#99B7A1 (or 0x99B7A1) is known color: Summer Green. HEX triplet: 99, B7 and A1. RGB value is (153,183,161). Sum of RGB (Red+Green+Blue) = 153+183+161=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 183 (71.88% from 255 or 36.82% from 497); Blue value is 161 (63.28% from 255 or 32.39% from 497); Max value from RGB is 183 - color contains mainly: green. Hex color #99B7A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B7A1 is #66485E. Grayscale: #ABABAB. Windows color (decimal): -6703199 or 10598297. OLE color: 10598297.
HSL color Cylindrical-coordinate representation of color #99B7A1: hue angle of 136º 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 #99B7A1 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 153 | 183 | 161 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.28 |
| HSL | 136º | 0.17% | 0.66% | - |
| HSV(B) | 136º | 0.16% | 0.72% | - |
| XYZ | 36.5 | 43.21 | 40.14 | - |
| YUV | 171.52 | 122.06 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 183 | 161 | 0.16 | 0 | 0.12 | 0.28 | 136 | 0.17 | 0.66 |
| Hex | 99 | B7 | A1 | 10 | 0 | C | 1C | 88 | 11 | 42 |
| Octal | 231 | 267 | 241 | 20 | 0 | 14 | 34 | 210 | 21 | 102 |
| Binary | 10011001 | 10110111 | 10100001 | 10000 | 0 | 1100 | 11100 | 10001000 | 10001 | 1000010 |
Color Harmonies of #99B7A1
Complementary color
Monochromatic Colors of #99B7A1
Black with #99B7A1
Text Example
Text Example
White with #99B7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B7A1; }
p { color: rgb(153,183,161); }
H1.HeaderClassName
{
color: #99B7A1;
}
.AnyTagClassName
{
color: #99B7A1;
}
</style>
background-color css
<style>
a { background-color: #99B7A1; }
a { background-color: rgb(153,183,161); }
div.DivClassName
{
background-color: #99B7A1;
}
.BgClassName
{
background-color: #99B7A1;
}
</style>
border-color css
<style>
span { border-color: #99B7A1; }
span { border-color: rgb(153,183,161); }
td.TdClassName
{
border-color: #99B7A1;
}
.TagClassName
{
border-color: #99B7A1;
}
</style>