Shades of Summer Green #9BBEA2
Tints of Summer Green #9BBEA2
RGB
CMYK
RGB Variations
Color information
#9BBEA2 (or 0x9BBEA2) is known color: Summer Green. HEX triplet: 9B, BE and A2. RGB value is (155,190,162). Sum of RGB (Red+Green+Blue) = 155+190+162=507 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.57% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 162 (63.67% from 255 or 31.95% from 507); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBEA2 is #64415D. Grayscale: #B0B0B0. Windows color (decimal): -6570334 or 10665627. OLE color: 10665627.
HSL color Cylindrical-coordinate representation of color #9BBEA2: hue angle of 132º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9BBEA2 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 190 | 162 | - |
| CMYK | 0.18 | 0 | 0.15 | 0.25 |
| HSL | 132º | 0.21% | 0.68% | - |
| HSV(B) | 132º | 0.18% | 0.75% | - |
| XYZ | 38.45 | 46.4 | 41.11 | - |
| YUV | 176.34 | 119.9 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 190 | 162 | 0.18 | 0 | 0.15 | 0.25 | 132 | 0.21 | 0.68 |
| Hex | 9B | BE | A2 | 12 | 0 | F | 19 | 84 | 15 | 44 |
| Octal | 233 | 276 | 242 | 22 | 0 | 17 | 31 | 204 | 25 | 104 |
| Binary | 10011011 | 10111110 | 10100010 | 10010 | 0 | 1111 | 11001 | 10000100 | 10101 | 1000100 |
Color Harmonies of #9BBEA2
Complementary color
Monochromatic Colors of #9BBEA2
Black with #9BBEA2
Text Example
Text Example
White with #9BBEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBEA2; }
p { color: rgb(155,190,162); }
H1.HeaderClassName
{
color: #9BBEA2;
}
.AnyTagClassName
{
color: #9BBEA2;
}
</style>
background-color css
<style>
a { background-color: #9BBEA2; }
a { background-color: rgb(155,190,162); }
div.DivClassName
{
background-color: #9BBEA2;
}
.BgClassName
{
background-color: #9BBEA2;
}
</style>
border-color css
<style>
span { border-color: #9BBEA2; }
span { border-color: rgb(155,190,162); }
td.TdClassName
{
border-color: #9BBEA2;
}
.TagClassName
{
border-color: #9BBEA2;
}
</style>