Shades of Summer Green #95BCA4
Tints of Summer Green #95BCA4
RGB
CMYK
RGB Variations
Color information
#95BCA4 (or 0x95BCA4) is known color: Summer Green. HEX triplet: 95, BC and A4. RGB value is (149,188,164). Sum of RGB (Red+Green+Blue) = 149+188+164=501 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.74% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 164 (64.45% from 255 or 32.73% from 501); Max value from RGB is 188 - color contains mainly: green. Hex color #95BCA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BCA4 is #6A435B. Grayscale: #ADADAD. Windows color (decimal): -6964060 or 10796181. OLE color: 10796181.
HSL color Cylindrical-coordinate representation of color #95BCA4: hue angle of 143.08º 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 #95BCA4 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 188 | 164 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.26 |
| HSL | 143.08º | 0.23% | 0.66% | - |
| HSV(B) | 143.08º | 0.21% | 0.74% | - |
| XYZ | 37.08 | 45.04 | 41.86 | - |
| YUV | 173.6 | 122.58 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 188 | 164 | 0.21 | 0 | 0.13 | 0.26 | 143.08 | 0.23 | 0.66 |
| Hex | 95 | BC | A4 | 15 | 0 | D | 1A | 8F | 17 | 42 |
| Octal | 225 | 274 | 244 | 25 | 0 | 15 | 32 | 217 | 27 | 102 |
| Binary | 10010101 | 10111100 | 10100100 | 10101 | 0 | 1101 | 11010 | 10001111 | 10111 | 1000010 |
Color Harmonies of #95BCA4
Complementary color
Monochromatic Colors of #95BCA4
Black with #95BCA4
Text Example
Text Example
White with #95BCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BCA4; }
p { color: rgb(149,188,164); }
H1.HeaderClassName
{
color: #95BCA4;
}
.AnyTagClassName
{
color: #95BCA4;
}
</style>
background-color css
<style>
a { background-color: #95BCA4; }
a { background-color: rgb(149,188,164); }
div.DivClassName
{
background-color: #95BCA4;
}
.BgClassName
{
background-color: #95BCA4;
}
</style>
border-color css
<style>
span { border-color: #95BCA4; }
span { border-color: rgb(149,188,164); }
td.TdClassName
{
border-color: #95BCA4;
}
.TagClassName
{
border-color: #95BCA4;
}
</style>