Shades of Summer Green #9BB5A1
Tints of Summer Green #9BB5A1
RGB
CMYK
RGB Variations
Color information
#9BB5A1 (or 0x9BB5A1) is known color: Summer Green. HEX triplet: 9B, B5 and A1. RGB value is (155,181,161). Sum of RGB (Red+Green+Blue) = 155+181+161=497 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.19% from 497); Green value is 181 (71.09% from 255 or 36.42% from 497); Blue value is 161 (63.28% from 255 or 32.39% from 497); Max value from RGB is 181 - color contains mainly: green. Hex color #9BB5A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB5A1 is #644A5E. Grayscale: #ABABAB. Windows color (decimal): -6572639 or 10597787. OLE color: 10597787.
HSL color Cylindrical-coordinate representation of color #9BB5A1: hue angle of 133.85º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9BB5A1 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 155 | 181 | 161 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.29 |
| HSL | 133.85º | 0.15% | 0.66% | - |
| HSV(B) | 133.85º | 0.14% | 0.71% | - |
| XYZ | 36.47 | 42.59 | 40.02 | - |
| YUV | 170.95 | 122.39 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 181 | 161 | 0.14 | 0 | 0.11 | 0.29 | 133.85 | 0.15 | 0.66 |
| Hex | 9B | B5 | A1 | E | 0 | B | 1D | 86 | F | 42 |
| Octal | 233 | 265 | 241 | 16 | 0 | 13 | 35 | 206 | 17 | 102 |
| Binary | 10011011 | 10110101 | 10100001 | 1110 | 0 | 1011 | 11101 | 10000110 | 1111 | 1000010 |
Color Harmonies of #9BB5A1
Complementary color
Monochromatic Colors of #9BB5A1
Black with #9BB5A1
Text Example
Text Example
White with #9BB5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB5A1; }
p { color: rgb(155,181,161); }
H1.HeaderClassName
{
color: #9BB5A1;
}
.AnyTagClassName
{
color: #9BB5A1;
}
</style>
background-color css
<style>
a { background-color: #9BB5A1; }
a { background-color: rgb(155,181,161); }
div.DivClassName
{
background-color: #9BB5A1;
}
.BgClassName
{
background-color: #9BB5A1;
}
</style>
border-color css
<style>
span { border-color: #9BB5A1; }
span { border-color: rgb(155,181,161); }
td.TdClassName
{
border-color: #9BB5A1;
}
.TagClassName
{
border-color: #9BB5A1;
}
</style>