Shades of Edward #96B09C
Tints of Edward #96B09C
RGB
CMYK
RGB Variations
Color information
#96B09C (or 0x96B09C) is known color: Edward. HEX triplet: 96, B0 and 9C. RGB value is (150,176,156). Sum of RGB (Red+Green+Blue) = 150+176+156=482 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.12% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 176 - color contains mainly: green. Hex color #96B09C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96B09C is #694F63. Grayscale: #A5A5A5. Windows color (decimal): -6901604 or 10268822. OLE color: 10268822.
HSL color Cylindrical-coordinate representation of color #96B09C: hue angle of 133.85º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #96B09C is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 176 | 156 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.31 |
| HSL | 133.85º | 0.14% | 0.64% | - |
| HSV(B) | 133.85º | 0.15% | 0.69% | - |
| XYZ | 34.1 | 39.94 | 37.36 | - |
| YUV | 165.95 | 122.39 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 176 | 156 | 0.15 | 0 | 0.11 | 0.31 | 133.85 | 0.14 | 0.64 |
| Hex | 96 | B0 | 9C | F | 0 | B | 1F | 86 | E | 40 |
| Octal | 226 | 260 | 234 | 17 | 0 | 13 | 37 | 206 | 16 | 100 |
| Binary | 10010110 | 10110000 | 10011100 | 1111 | 0 | 1011 | 11111 | 10000110 | 1110 | 1000000 |
Color Harmonies of #96B09C
Complementary color
Monochromatic Colors of #96B09C
Black with #96B09C
Text Example
Text Example
White with #96B09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B09C; }
p { color: rgb(150,176,156); }
H1.HeaderClassName
{
color: #96B09C;
}
.AnyTagClassName
{
color: #96B09C;
}
</style>
background-color css
<style>
a { background-color: #96B09C; }
a { background-color: rgb(150,176,156); }
div.DivClassName
{
background-color: #96B09C;
}
.BgClassName
{
background-color: #96B09C;
}
</style>
border-color css
<style>
span { border-color: #96B09C; }
span { border-color: rgb(150,176,156); }
td.TdClassName
{
border-color: #96B09C;
}
.TagClassName
{
border-color: #96B09C;
}
</style>