Shades of Summer Green #9BBCA2
Tints of Summer Green #9BBCA2
RGB
CMYK
RGB Variations
Color information
#9BBCA2 (or 0x9BBCA2) is known color: Summer Green. HEX triplet: 9B, BC and A2. RGB value is (155,188,162). Sum of RGB (Red+Green+Blue) = 155+188+162=505 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.69% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 162 (63.67% from 255 or 32.08% from 505); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBCA2 is #64435D. Grayscale: #AFAFAF. Windows color (decimal): -6570846 or 10665115. OLE color: 10665115.
HSL color Cylindrical-coordinate representation of color #9BBCA2: hue angle of 132.73º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9BBCA2 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 188 | 162 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.26 |
| HSL | 132.73º | 0.2% | 0.67% | - |
| HSV(B) | 132.73º | 0.18% | 0.74% | - |
| XYZ | 38.02 | 45.54 | 40.97 | - |
| YUV | 175.17 | 120.57 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 188 | 162 | 0.18 | 0 | 0.14 | 0.26 | 132.73 | 0.2 | 0.67 |
| Hex | 9B | BC | A2 | 12 | 0 | E | 1A | 85 | 14 | 43 |
| Octal | 233 | 274 | 242 | 22 | 0 | 16 | 32 | 205 | 24 | 103 |
| Binary | 10011011 | 10111100 | 10100010 | 10010 | 0 | 1110 | 11010 | 10000101 | 10100 | 1000011 |
Color Harmonies of #9BBCA2
Complementary color
Monochromatic Colors of #9BBCA2
Black with #9BBCA2
Text Example
Text Example
White with #9BBCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBCA2; }
p { color: rgb(155,188,162); }
H1.HeaderClassName
{
color: #9BBCA2;
}
.AnyTagClassName
{
color: #9BBCA2;
}
</style>
background-color css
<style>
a { background-color: #9BBCA2; }
a { background-color: rgb(155,188,162); }
div.DivClassName
{
background-color: #9BBCA2;
}
.BgClassName
{
background-color: #9BBCA2;
}
</style>
border-color css
<style>
span { border-color: #9BBCA2; }
span { border-color: rgb(155,188,162); }
td.TdClassName
{
border-color: #9BBCA2;
}
.TagClassName
{
border-color: #9BBCA2;
}
</style>