Shades of Summer Green #9BBEA1
Tints of Summer Green #9BBEA1
RGB
CMYK
RGB Variations
Color information
#9BBEA1 (or 0x9BBEA1) is known color: Summer Green. HEX triplet: 9B, BE and A1. RGB value is (155,190,161). Sum of RGB (Red+Green+Blue) = 155+190+161=506 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.63% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 161 (63.28% from 255 or 31.82% from 506); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBEA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBEA1 is #64415E. Grayscale: #B0B0B0. Windows color (decimal): -6570335 or 10600091. OLE color: 10600091.
HSL color Cylindrical-coordinate representation of color #9BBEA1: hue angle of 130.29º 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 #9BBEA1 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 190 | 161 | - |
| CMYK | 0.18 | 0 | 0.15 | 0.25 |
| HSL | 130.29º | 0.21% | 0.68% | - |
| HSV(B) | 130.29º | 0.18% | 0.75% | - |
| XYZ | 38.36 | 46.37 | 40.65 | - |
| YUV | 176.23 | 119.4 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 190 | 161 | 0.18 | 0 | 0.15 | 0.25 | 130.29 | 0.21 | 0.68 |
| Hex | 9B | BE | A1 | 12 | 0 | F | 19 | 82 | 15 | 44 |
| Octal | 233 | 276 | 241 | 22 | 0 | 17 | 31 | 202 | 25 | 104 |
| Binary | 10011011 | 10111110 | 10100001 | 10010 | 0 | 1111 | 11001 | 10000010 | 10101 | 1000100 |
Color Harmonies of #9BBEA1
Complementary color
Monochromatic Colors of #9BBEA1
Black with #9BBEA1
Text Example
Text Example
White with #9BBEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBEA1; }
p { color: rgb(155,190,161); }
H1.HeaderClassName
{
color: #9BBEA1;
}
.AnyTagClassName
{
color: #9BBEA1;
}
</style>
background-color css
<style>
a { background-color: #9BBEA1; }
a { background-color: rgb(155,190,161); }
div.DivClassName
{
background-color: #9BBEA1;
}
.BgClassName
{
background-color: #9BBEA1;
}
</style>
border-color css
<style>
span { border-color: #9BBEA1; }
span { border-color: rgb(155,190,161); }
td.TdClassName
{
border-color: #9BBEA1;
}
.TagClassName
{
border-color: #9BBEA1;
}
</style>