Shades of Edward #99B19B
Tints of Edward #99B19B
RGB
CMYK
RGB Variations
Color information
#99B19B (or 0x99B19B) is known color: Edward. HEX triplet: 99, B1 and 9B. RGB value is (153,177,155). Sum of RGB (Red+Green+Blue) = 153+177+155=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 155 (60.94% from 255 or 31.96% from 485); Max value from RGB is 177 - color contains mainly: green. Hex color #99B19B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99B19B is #664E64. Grayscale: #A7A7A7. Windows color (decimal): -6704741 or 10203545. OLE color: 10203545.
HSL color Cylindrical-coordinate representation of color #99B19B: hue angle of 125º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #99B19B is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 177 | 155 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.31 |
| HSL | 125º | 0.13% | 0.65% | - |
| HSV(B) | 125º | 0.14% | 0.69% | - |
| XYZ | 34.78 | 40.58 | 37.01 | - |
| YUV | 167.32 | 121.05 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 177 | 155 | 0.14 | 0 | 0.12 | 0.31 | 125 | 0.13 | 0.65 |
| Hex | 99 | B1 | 9B | E | 0 | C | 1F | 7D | D | 41 |
| Octal | 231 | 261 | 233 | 16 | 0 | 14 | 37 | 175 | 15 | 101 |
| Binary | 10011001 | 10110001 | 10011011 | 1110 | 0 | 1100 | 11111 | 1111101 | 1101 | 1000001 |
Color Harmonies of #99B19B
Complementary color
Monochromatic Colors of #99B19B
Black with #99B19B
Text Example
Text Example
White with #99B19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B19B; }
p { color: rgb(153,177,155); }
H1.HeaderClassName
{
color: #99B19B;
}
.AnyTagClassName
{
color: #99B19B;
}
</style>
background-color css
<style>
a { background-color: #99B19B; }
a { background-color: rgb(153,177,155); }
div.DivClassName
{
background-color: #99B19B;
}
.BgClassName
{
background-color: #99B19B;
}
</style>
border-color css
<style>
span { border-color: #99B19B; }
span { border-color: rgb(153,177,155); }
td.TdClassName
{
border-color: #99B19B;
}
.TagClassName
{
border-color: #99B19B;
}
</style>