Shades of Summer Green #9BAFA2
Tints of Summer Green #9BAFA2
RGB
CMYK
RGB Variations
Color information
#9BAFA2 (or 0x9BAFA2) is known color: Summer Green. HEX triplet: 9B, AF and A2. RGB value is (155,175,162). Sum of RGB (Red+Green+Blue) = 155+175+162=492 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.50% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 162 (63.67% from 255 or 32.93% from 492); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAFA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAFA2 is #64505D. Grayscale: #A7A7A7. Windows color (decimal): -6574174 or 10661787. OLE color: 10661787.
HSL color Cylindrical-coordinate representation of color #9BAFA2: hue angle of 141º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9BAFA2 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 175 | 162 | - |
| CMYK | 0.11 | 0 | 0.07 | 0.31 |
| HSL | 141º | 0.11% | 0.65% | - |
| HSV(B) | 141º | 0.11% | 0.69% | - |
| XYZ | 35.37 | 40.24 | 40.08 | - |
| YUV | 167.54 | 124.87 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 175 | 162 | 0.11 | 0 | 0.07 | 0.31 | 141 | 0.11 | 0.65 |
| Hex | 9B | AF | A2 | B | 0 | 7 | 1F | 8D | B | 41 |
| Octal | 233 | 257 | 242 | 13 | 0 | 7 | 37 | 215 | 13 | 101 |
| Binary | 10011011 | 10101111 | 10100010 | 1011 | 0 | 111 | 11111 | 10001101 | 1011 | 1000001 |
Color Harmonies of #9BAFA2
Complementary color
Monochromatic Colors of #9BAFA2
Black with #9BAFA2
Text Example
Text Example
White with #9BAFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAFA2; }
p { color: rgb(155,175,162); }
H1.HeaderClassName
{
color: #9BAFA2;
}
.AnyTagClassName
{
color: #9BAFA2;
}
</style>
background-color css
<style>
a { background-color: #9BAFA2; }
a { background-color: rgb(155,175,162); }
div.DivClassName
{
background-color: #9BAFA2;
}
.BgClassName
{
background-color: #9BAFA2;
}
</style>
border-color css
<style>
span { border-color: #9BAFA2; }
span { border-color: rgb(155,175,162); }
td.TdClassName
{
border-color: #9BAFA2;
}
.TagClassName
{
border-color: #9BAFA2;
}
</style>