Shades of Summer Green #95BDA2
Tints of Summer Green #95BDA2
RGB
CMYK
RGB Variations
Color information
#95BDA2 (or 0x95BDA2) is known color: Summer Green. HEX triplet: 95, BD and A2. RGB value is (149,189,162). Sum of RGB (Red+Green+Blue) = 149+189+162=500 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.8% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 162 (63.67% from 255 or 32.4% from 500); Max value from RGB is 189 - color contains mainly: green. Hex color #95BDA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BDA2 is #6A425D. Grayscale: #AEAEAE. Windows color (decimal): -6963806 or 10665365. OLE color: 10665365.
HSL color Cylindrical-coordinate representation of color #95BDA2: hue angle of 139.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 #95BDA2 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 189 | 162 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.26 |
| HSL | 139.5º | 0.23% | 0.66% | - |
| HSV(B) | 139.5º | 0.21% | 0.74% | - |
| XYZ | 37.11 | 45.39 | 40.99 | - |
| YUV | 173.96 | 121.25 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 189 | 162 | 0.21 | 0 | 0.14 | 0.26 | 139.5 | 0.23 | 0.66 |
| Hex | 95 | BD | A2 | 15 | 0 | E | 1A | 8C | 17 | 42 |
| Octal | 225 | 275 | 242 | 25 | 0 | 16 | 32 | 214 | 27 | 102 |
| Binary | 10010101 | 10111101 | 10100010 | 10101 | 0 | 1110 | 11010 | 10001100 | 10111 | 1000010 |
Color Harmonies of #95BDA2
Complementary color
Monochromatic Colors of #95BDA2
Black with #95BDA2
Text Example
Text Example
White with #95BDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BDA2; }
p { color: rgb(149,189,162); }
H1.HeaderClassName
{
color: #95BDA2;
}
.AnyTagClassName
{
color: #95BDA2;
}
</style>
background-color css
<style>
a { background-color: #95BDA2; }
a { background-color: rgb(149,189,162); }
div.DivClassName
{
background-color: #95BDA2;
}
.BgClassName
{
background-color: #95BDA2;
}
</style>
border-color css
<style>
span { border-color: #95BDA2; }
span { border-color: rgb(149,189,162); }
td.TdClassName
{
border-color: #95BDA2;
}
.TagClassName
{
border-color: #95BDA2;
}
</style>