Shades of Summer Green #99B2A3
Tints of Summer Green #99B2A3
RGB
CMYK
RGB Variations
Color information
#99B2A3 (or 0x99B2A3) is known color: Summer Green. HEX triplet: 99, B2 and A3. RGB value is (153,178,163). Sum of RGB (Red+Green+Blue) = 153+178+163=494 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.97% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 163 (64.06% from 255 or 33.00% from 494); Max value from RGB is 178 - color contains mainly: green. Hex color #99B2A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99B2A3 is #664D5C. Grayscale: #A8A8A8. Windows color (decimal): -6704477 or 10728089. OLE color: 10728089.
HSL color Cylindrical-coordinate representation of color #99B2A3: hue angle of 144º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #99B2A3 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 178 | 163 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.30 |
| HSL | 144º | 0.14% | 0.65% | - |
| HSV(B) | 144º | 0.14% | 0.7% | - |
| XYZ | 35.67 | 41.26 | 40.73 | - |
| YUV | 168.82 | 124.72 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 178 | 163 | 0.14 | 0 | 0.08 | 0.30 | 144 | 0.14 | 0.65 |
| Hex | 99 | B2 | A3 | E | 0 | 8 | 1E | 90 | E | 41 |
| Octal | 231 | 262 | 243 | 16 | 0 | 10 | 36 | 220 | 16 | 101 |
| Binary | 10011001 | 10110010 | 10100011 | 1110 | 0 | 1000 | 11110 | 10010000 | 1110 | 1000001 |
Color Harmonies of #99B2A3
Complementary color
Monochromatic Colors of #99B2A3
Black with #99B2A3
Text Example
Text Example
White with #99B2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B2A3; }
p { color: rgb(153,178,163); }
H1.HeaderClassName
{
color: #99B2A3;
}
.AnyTagClassName
{
color: #99B2A3;
}
</style>
background-color css
<style>
a { background-color: #99B2A3; }
a { background-color: rgb(153,178,163); }
div.DivClassName
{
background-color: #99B2A3;
}
.BgClassName
{
background-color: #99B2A3;
}
</style>
border-color css
<style>
span { border-color: #99B2A3; }
span { border-color: rgb(153,178,163); }
td.TdClassName
{
border-color: #99B2A3;
}
.TagClassName
{
border-color: #99B2A3;
}
</style>