Shades of Summer Green #95BDA0
Tints of Summer Green #95BDA0
RGB
CMYK
RGB Variations
Color information
#95BDA0 (or 0x95BDA0) is known color: Summer Green. HEX triplet: 95, BD and A0. RGB value is (149,189,160). Sum of RGB (Red+Green+Blue) = 149+189+160=498 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.92% from 498); Green value is 189 (74.22% from 255 or 37.95% from 498); Blue value is 160 (62.89% from 255 or 32.13% from 498); Max value from RGB is 189 - color contains mainly: green. Hex color #95BDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BDA0 is #6A425F. Grayscale: #ADADAD. Windows color (decimal): -6963808 or 10534293. OLE color: 10534293.
HSL color Cylindrical-coordinate representation of color #95BDA0: hue angle of 136.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #95BDA0 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 189 | 160 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.26 |
| HSL | 136.5º | 0.23% | 0.66% | - |
| HSV(B) | 136.5º | 0.21% | 0.74% | - |
| XYZ | 36.94 | 45.32 | 40.06 | - |
| YUV | 173.73 | 120.25 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 189 | 160 | 0.21 | 0 | 0.15 | 0.26 | 136.5 | 0.23 | 0.66 |
| Hex | 95 | BD | A0 | 15 | 0 | F | 1A | 88 | 17 | 42 |
| Octal | 225 | 275 | 240 | 25 | 0 | 17 | 32 | 210 | 27 | 102 |
| Binary | 10010101 | 10111101 | 10100000 | 10101 | 0 | 1111 | 11010 | 10001000 | 10111 | 1000010 |
Color Harmonies of #95BDA0
Complementary color
Monochromatic Colors of #95BDA0
Black with #95BDA0
Text Example
Text Example
White with #95BDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BDA0; }
p { color: rgb(149,189,160); }
H1.HeaderClassName
{
color: #95BDA0;
}
.AnyTagClassName
{
color: #95BDA0;
}
</style>
background-color css
<style>
a { background-color: #95BDA0; }
a { background-color: rgb(149,189,160); }
div.DivClassName
{
background-color: #95BDA0;
}
.BgClassName
{
background-color: #95BDA0;
}
</style>
border-color css
<style>
span { border-color: #95BDA0; }
span { border-color: rgb(149,189,160); }
td.TdClassName
{
border-color: #95BDA0;
}
.TagClassName
{
border-color: #95BDA0;
}
</style>