Shades of Summer Green #99B3A1
Tints of Summer Green #99B3A1
RGB
CMYK
RGB Variations
Color information
#99B3A1 (or 0x99B3A1) is known color: Summer Green. HEX triplet: 99, B3 and A1. RGB value is (153,179,161). Sum of RGB (Red+Green+Blue) = 153+179+161=493 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.03% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 161 (63.28% from 255 or 32.66% from 493); Max value from RGB is 179 - color contains mainly: green. Hex color #99B3A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B3A1 is #664C5E. Grayscale: #A9A9A9. Windows color (decimal): -6704223 or 10597273. OLE color: 10597273.
HSL color Cylindrical-coordinate representation of color #99B3A1: hue angle of 138.46º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #99B3A1 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 179 | 161 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.30 |
| HSL | 138.46º | 0.15% | 0.65% | - |
| HSV(B) | 138.46º | 0.15% | 0.7% | - |
| XYZ | 35.69 | 41.59 | 39.86 | - |
| YUV | 169.17 | 123.39 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 179 | 161 | 0.15 | 0 | 0.10 | 0.30 | 138.46 | 0.15 | 0.65 |
| Hex | 99 | B3 | A1 | F | 0 | A | 1E | 8A | F | 41 |
| Octal | 231 | 263 | 241 | 17 | 0 | 12 | 36 | 212 | 17 | 101 |
| Binary | 10011001 | 10110011 | 10100001 | 1111 | 0 | 1010 | 11110 | 10001010 | 1111 | 1000001 |
Color Harmonies of #99B3A1
Complementary color
Monochromatic Colors of #99B3A1
Black with #99B3A1
Text Example
Text Example
White with #99B3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B3A1; }
p { color: rgb(153,179,161); }
H1.HeaderClassName
{
color: #99B3A1;
}
.AnyTagClassName
{
color: #99B3A1;
}
</style>
background-color css
<style>
a { background-color: #99B3A1; }
a { background-color: rgb(153,179,161); }
div.DivClassName
{
background-color: #99B3A1;
}
.BgClassName
{
background-color: #99B3A1;
}
</style>
border-color css
<style>
span { border-color: #99B3A1; }
span { border-color: rgb(153,179,161); }
td.TdClassName
{
border-color: #99B3A1;
}
.TagClassName
{
border-color: #99B3A1;
}
</style>