Shades of Summer Green #9DBDA4
Tints of Summer Green #9DBDA4
RGB
CMYK
RGB Variations
Color information
#9DBDA4 (or 0x9DBDA4) is known color: Summer Green. HEX triplet: 9D, BD and A4. RGB value is (157,189,164). Sum of RGB (Red+Green+Blue) = 157+189+164=510 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.78% from 510); Green value is 189 (74.22% from 255 or 37.06% from 510); Blue value is 164 (64.45% from 255 or 32.16% from 510); Max value from RGB is 189 - color contains mainly: green. Hex color #9DBDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBDA4 is #62425B. Grayscale: #B0B0B0. Windows color (decimal): -6439516 or 10796445. OLE color: 10796445.
HSL color Cylindrical-coordinate representation of color #9DBDA4: hue angle of 133.12º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9DBDA4 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
RGB | 157 | 189 | 164 | - |
CMYK | 0.17 | 0 | 0.13 | 0.26 |
HSL | 133.13º | 0.2% | 0.68% | - |
HSV(B) | 133.13º | 0.17% | 0.74% | - |
XYZ | 38.8 | 46.24 | 42 | - |
YUV | 176.58 | 120.9 | 114.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 157 | 189 | 164 | 0.17 | 0 | 0.13 | 0.26 | 133.13 | 0.2 | 0.68 |
Hex | 9D | BD | A4 | 11 | 0 | D | 1A | 85 | 14 | 44 |
Octal | 235 | 275 | 244 | 21 | 0 | 15 | 32 | 205 | 24 | 104 |
Binary | 10011101 | 10111101 | 10100100 | 10001 | 0 | 1101 | 11010 | 10000101 | 10100 | 1000100 |
Color Harmonies of #9DBDA4
Complementary color
Monochromatic Colors of #9DBDA4
Black with #9DBDA4
Text Example
Text Example
White with #9DBDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBDA4; }
p { color: rgb(157,189,164); }
H1.HeaderClassName
{
color: #9DBDA4;
}
.AnyTagClassName
{
color: #9DBDA4;
}
</style>
background-color css
<style>
a { background-color: #9DBDA4; }
a { background-color: rgb(157,189,164); }
div.DivClassName
{
background-color: #9DBDA4;
}
.BgClassName
{
background-color: #9DBDA4;
}
</style>
border-color css
<style>
span { border-color: #9DBDA4; }
span { border-color: rgb(157,189,164); }
td.TdClassName
{
border-color: #9DBDA4;
}
.TagClassName
{
border-color: #9DBDA4;
}
</style>