Shades of Edward #9FB5A3
Tints of Edward #9FB5A3
RGB
CMYK
RGB Variations
Color information
#9FB5A3 (or 0x9FB5A3) is known color: Edward. HEX triplet: 9F, B5 and A3. RGB value is (159,181,163). Sum of RGB (Red+Green+Blue) = 159+181+163=503 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.61% from 503); Green value is 181 (71.09% from 255 or 35.98% from 503); Blue value is 163 (64.06% from 255 or 32.41% from 503); Max value from RGB is 181 - color contains mainly: green. Hex color #9FB5A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB5A3 is #604A5C. Grayscale: #ACACAC. Windows color (decimal): -6310493 or 10728863. OLE color: 10728863.
HSL color Cylindrical-coordinate representation of color #9FB5A3: hue angle of 130.91º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9FB5A3 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 181 | 163 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.29 |
| HSL | 130.91º | 0.13% | 0.67% | - |
| HSV(B) | 130.91º | 0.12% | 0.71% | - |
| XYZ | 37.43 | 43.06 | 40.99 | - |
| YUV | 172.37 | 122.71 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 181 | 163 | 0.12 | 0 | 0.10 | 0.29 | 130.91 | 0.13 | 0.67 |
| Hex | 9F | B5 | A3 | C | 0 | A | 1D | 83 | D | 43 |
| Octal | 237 | 265 | 243 | 14 | 0 | 12 | 35 | 203 | 15 | 103 |
| Binary | 10011111 | 10110101 | 10100011 | 1100 | 0 | 1010 | 11101 | 10000011 | 1101 | 1000011 |
Color Harmonies of #9FB5A3
Complementary color
Monochromatic Colors of #9FB5A3
Black with #9FB5A3
Text Example
Text Example
White with #9FB5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB5A3; }
p { color: rgb(159,181,163); }
H1.HeaderClassName
{
color: #9FB5A3;
}
.AnyTagClassName
{
color: #9FB5A3;
}
</style>
background-color css
<style>
a { background-color: #9FB5A3; }
a { background-color: rgb(159,181,163); }
div.DivClassName
{
background-color: #9FB5A3;
}
.BgClassName
{
background-color: #9FB5A3;
}
</style>
border-color css
<style>
span { border-color: #9FB5A3; }
span { border-color: rgb(159,181,163); }
td.TdClassName
{
border-color: #9FB5A3;
}
.TagClassName
{
border-color: #9FB5A3;
}
</style>