Shades of Edward #95A19A
Tints of Edward #95A19A
RGB
CMYK
RGB Variations
Color information
#95A19A (or 0x95A19A) is known color: Edward. HEX triplet: 95, A1 and 9A. RGB value is (149,161,154). Sum of RGB (Red+Green+Blue) = 149+161+154=464 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.11% from 464); Green value is 161 (63.28% from 255 or 34.70% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 161 - color contains mainly: green. Hex color #95A19A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A19A is #6A5E65. Grayscale: #9C9C9C. Windows color (decimal): -6970982 or 10133909. OLE color: 10133909.
HSL color Cylindrical-coordinate representation of color #95A19A: hue angle of 145º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #95A19A is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 149 | 161 | 154 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.37 |
| HSL | 145º | 0.06% | 0.61% | - |
| HSV(B) | 145º | 0.07% | 0.63% | - |
| XYZ | 30.97 | 34.21 | 35.54 | - |
| YUV | 156.61 | 126.52 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 161 | 154 | 0.07 | 0 | 0.04 | 0.37 | 145 | 0.06 | 0.61 |
| Hex | 95 | A1 | 9A | 7 | 0 | 4 | 25 | 91 | 6 | 3D |
| Octal | 225 | 241 | 232 | 7 | 0 | 4 | 45 | 221 | 6 | 75 |
| Binary | 10010101 | 10100001 | 10011010 | 111 | 0 | 100 | 100101 | 10010001 | 110 | 111101 |
Color Harmonies of #95A19A
Complementary color
Monochromatic Colors of #95A19A
Black with #95A19A
Text Example
Text Example
White with #95A19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A19A; }
p { color: rgb(149,161,154); }
H1.HeaderClassName
{
color: #95A19A;
}
.AnyTagClassName
{
color: #95A19A;
}
</style>
background-color css
<style>
a { background-color: #95A19A; }
a { background-color: rgb(149,161,154); }
div.DivClassName
{
background-color: #95A19A;
}
.BgClassName
{
background-color: #95A19A;
}
</style>
border-color css
<style>
span { border-color: #95A19A; }
span { border-color: rgb(149,161,154); }
td.TdClassName
{
border-color: #95A19A;
}
.TagClassName
{
border-color: #95A19A;
}
</style>