Shades of Summer Green #95BDA1
Tints of Summer Green #95BDA1
RGB
CMYK
RGB Variations
Color information
#95BDA1 (or 0x95BDA1) is known color: Summer Green. HEX triplet: 95, BD and A1. RGB value is (149,189,161). Sum of RGB (Red+Green+Blue) = 149+189+161=499 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.86% from 499); Green value is 189 (74.22% from 255 or 37.88% from 499); Blue value is 161 (63.28% from 255 or 32.26% from 499); Max value from RGB is 189 - color contains mainly: green. Hex color #95BDA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BDA1 is #6A425E. Grayscale: #ADADAD. Windows color (decimal): -6963807 or 10599829. OLE color: 10599829.
HSL color Cylindrical-coordinate representation of color #95BDA1: hue angle of 138º 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 #95BDA1 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 189 | 161 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.26 |
| HSL | 138º | 0.23% | 0.66% | - |
| HSV(B) | 138º | 0.21% | 0.74% | - |
| XYZ | 37.03 | 45.36 | 40.52 | - |
| YUV | 173.85 | 120.75 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 189 | 161 | 0.21 | 0 | 0.15 | 0.26 | 138 | 0.23 | 0.66 |
| Hex | 95 | BD | A1 | 15 | 0 | F | 1A | 8A | 17 | 42 |
| Octal | 225 | 275 | 241 | 25 | 0 | 17 | 32 | 212 | 27 | 102 |
| Binary | 10010101 | 10111101 | 10100001 | 10101 | 0 | 1111 | 11010 | 10001010 | 10111 | 1000010 |
Color Harmonies of #95BDA1
Complementary color
Monochromatic Colors of #95BDA1
Black with #95BDA1
Text Example
Text Example
White with #95BDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BDA1; }
p { color: rgb(149,189,161); }
H1.HeaderClassName
{
color: #95BDA1;
}
.AnyTagClassName
{
color: #95BDA1;
}
</style>
background-color css
<style>
a { background-color: #95BDA1; }
a { background-color: rgb(149,189,161); }
div.DivClassName
{
background-color: #95BDA1;
}
.BgClassName
{
background-color: #95BDA1;
}
</style>
border-color css
<style>
span { border-color: #95BDA1; }
span { border-color: rgb(149,189,161); }
td.TdClassName
{
border-color: #95BDA1;
}
.TagClassName
{
border-color: #95BDA1;
}
</style>