Shades of Summer Green #9BBDA0
Tints of Summer Green #9BBDA0
RGB
CMYK
RGB Variations
Color information
#9BBDA0 (or 0x9BBDA0) is known color: Summer Green. HEX triplet: 9B, BD and A0. RGB value is (155,189,160). Sum of RGB (Red+Green+Blue) = 155+189+160=504 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.75% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBDA0 is #64425F. Grayscale: #AFAFAF. Windows color (decimal): -6570592 or 10534299. OLE color: 10534299.
HSL color Cylindrical-coordinate representation of color #9BBDA0: hue angle of 128.82º 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 #9BBDA0 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 189 | 160 | - |
| CMYK | 0.18 | 0 | 0.15 | 0.26 |
| HSL | 128.82º | 0.2% | 0.67% | - |
| HSV(B) | 128.82º | 0.18% | 0.74% | - |
| XYZ | 38.06 | 45.9 | 40.11 | - |
| YUV | 175.53 | 119.24 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 189 | 160 | 0.18 | 0 | 0.15 | 0.26 | 128.82 | 0.2 | 0.67 |
| Hex | 9B | BD | A0 | 12 | 0 | F | 1A | 81 | 14 | 43 |
| Octal | 233 | 275 | 240 | 22 | 0 | 17 | 32 | 201 | 24 | 103 |
| Binary | 10011011 | 10111101 | 10100000 | 10010 | 0 | 1111 | 11010 | 10000001 | 10100 | 1000011 |
Color Harmonies of #9BBDA0
Complementary color
Monochromatic Colors of #9BBDA0
Black with #9BBDA0
Text Example
Text Example
White with #9BBDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBDA0; }
p { color: rgb(155,189,160); }
H1.HeaderClassName
{
color: #9BBDA0;
}
.AnyTagClassName
{
color: #9BBDA0;
}
</style>
background-color css
<style>
a { background-color: #9BBDA0; }
a { background-color: rgb(155,189,160); }
div.DivClassName
{
background-color: #9BBDA0;
}
.BgClassName
{
background-color: #9BBDA0;
}
</style>
border-color css
<style>
span { border-color: #9BBDA0; }
span { border-color: rgb(155,189,160); }
td.TdClassName
{
border-color: #9BBDA0;
}
.TagClassName
{
border-color: #9BBDA0;
}
</style>