Shades of Edward #99B59D
Tints of Edward #99B59D
RGB
CMYK
RGB Variations
Color information
#99B59D (or 0x99B59D) is known color: Edward. HEX triplet: 99, B5 and 9D. RGB value is (153,181,157). Sum of RGB (Red+Green+Blue) = 153+181+157=491 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.16% from 491); Green value is 181 (71.09% from 255 or 36.86% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 181 - color contains mainly: green. Hex color #99B59D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B59D is #664A62. Grayscale: #A9A9A9. Windows color (decimal): -6703715 or 10335641. OLE color: 10335641.
HSL color Cylindrical-coordinate representation of color #99B59D: hue angle of 128.57º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #99B59D is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 181 | 157 | - |
| CMYK | 0.15 | 0 | 0.13 | 0.29 |
| HSL | 128.57º | 0.16% | 0.65% | - |
| HSV(B) | 128.57º | 0.15% | 0.71% | - |
| XYZ | 35.75 | 42.25 | 38.17 | - |
| YUV | 169.89 | 120.72 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 181 | 157 | 0.15 | 0 | 0.13 | 0.29 | 128.57 | 0.16 | 0.65 |
| Hex | 99 | B5 | 9D | F | 0 | D | 1D | 81 | 10 | 41 |
| Octal | 231 | 265 | 235 | 17 | 0 | 15 | 35 | 201 | 20 | 101 |
| Binary | 10011001 | 10110101 | 10011101 | 1111 | 0 | 1101 | 11101 | 10000001 | 10000 | 1000001 |
Color Harmonies of #99B59D
Complementary color
Monochromatic Colors of #99B59D
Black with #99B59D
Text Example
Text Example
White with #99B59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B59D; }
p { color: rgb(153,181,157); }
H1.HeaderClassName
{
color: #99B59D;
}
.AnyTagClassName
{
color: #99B59D;
}
</style>
background-color css
<style>
a { background-color: #99B59D; }
a { background-color: rgb(153,181,157); }
div.DivClassName
{
background-color: #99B59D;
}
.BgClassName
{
background-color: #99B59D;
}
</style>
border-color css
<style>
span { border-color: #99B59D; }
span { border-color: rgb(153,181,157); }
td.TdClassName
{
border-color: #99B59D;
}
.TagClassName
{
border-color: #99B59D;
}
</style>