Shades of Edward #95B399
Tints of Edward #95B399
RGB
CMYK
RGB Variations
Color information
#95B399 (or 0x95B399) is known color: Edward. HEX triplet: 95, B3 and 99. RGB value is (149,179,153). Sum of RGB (Red+Green+Blue) = 149+179+153=481 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.98% from 481); Green value is 179 (70.31% from 255 or 37.21% from 481); Blue value is 153 (60.16% from 255 or 31.81% from 481); Max value from RGB is 179 - color contains mainly: green. Hex color #95B399 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B399 is #6A4C66. Grayscale: #A7A7A7. Windows color (decimal): -6966375 or 10072981. OLE color: 10072981.
HSL color Cylindrical-coordinate representation of color #95B399: hue angle of 128º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #95B399 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 149 | 179 | 153 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.30 |
| HSL | 128º | 0.16% | 0.64% | - |
| HSV(B) | 128º | 0.17% | 0.7% | - |
| XYZ | 34.26 | 40.93 | 36.23 | - |
| YUV | 167.07 | 120.06 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 179 | 153 | 0.17 | 0 | 0.15 | 0.30 | 128 | 0.16 | 0.64 |
| Hex | 95 | B3 | 99 | 11 | 0 | F | 1E | 80 | 10 | 40 |
| Octal | 225 | 263 | 231 | 21 | 0 | 17 | 36 | 200 | 20 | 100 |
| Binary | 10010101 | 10110011 | 10011001 | 10001 | 0 | 1111 | 11110 | 10000000 | 10000 | 1000000 |
Color Harmonies of #95B399
Complementary color
Monochromatic Colors of #95B399
Black with #95B399
Text Example
Text Example
White with #95B399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B399; }
p { color: rgb(149,179,153); }
H1.HeaderClassName
{
color: #95B399;
}
.AnyTagClassName
{
color: #95B399;
}
</style>
background-color css
<style>
a { background-color: #95B399; }
a { background-color: rgb(149,179,153); }
div.DivClassName
{
background-color: #95B399;
}
.BgClassName
{
background-color: #95B399;
}
</style>
border-color css
<style>
span { border-color: #95B399; }
span { border-color: rgb(149,179,153); }
td.TdClassName
{
border-color: #95B399;
}
.TagClassName
{
border-color: #95B399;
}
</style>