Shades of Edward #9CB19F
Tints of Edward #9CB19F
RGB
CMYK
RGB Variations
Color information
#9CB19F (or 0x9CB19F) is known color: Edward. HEX triplet: 9C, B1 and 9F. RGB value is (156,177,159). Sum of RGB (Red+Green+Blue) = 156+177+159=492 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.71% from 492); Green value is 177 (69.53% from 255 or 35.98% from 492); Blue value is 159 (62.5% from 255 or 32.32% from 492); Max value from RGB is 177 - color contains mainly: green. Hex color #9CB19F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CB19F is #634E60. Grayscale: #A8A8A8. Windows color (decimal): -6508129 or 10465692. OLE color: 10465692.
HSL color Cylindrical-coordinate representation of color #9CB19F: hue angle of 128.57º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9CB19F is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 177 | 159 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.31 |
| HSL | 128.57º | 0.12% | 0.65% | - |
| HSV(B) | 128.57º | 0.12% | 0.69% | - |
| XYZ | 35.69 | 41.02 | 38.84 | - |
| YUV | 168.67 | 122.54 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 177 | 159 | 0.12 | 0 | 0.10 | 0.31 | 128.57 | 0.12 | 0.65 |
| Hex | 9C | B1 | 9F | C | 0 | A | 1F | 81 | C | 41 |
| Octal | 234 | 261 | 237 | 14 | 0 | 12 | 37 | 201 | 14 | 101 |
| Binary | 10011100 | 10110001 | 10011111 | 1100 | 0 | 1010 | 11111 | 10000001 | 1100 | 1000001 |
Color Harmonies of #9CB19F
Complementary color
Monochromatic Colors of #9CB19F
Black with #9CB19F
Text Example
Text Example
White with #9CB19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB19F; }
p { color: rgb(156,177,159); }
H1.HeaderClassName
{
color: #9CB19F;
}
.AnyTagClassName
{
color: #9CB19F;
}
</style>
background-color css
<style>
a { background-color: #9CB19F; }
a { background-color: rgb(156,177,159); }
div.DivClassName
{
background-color: #9CB19F;
}
.BgClassName
{
background-color: #9CB19F;
}
</style>
border-color css
<style>
span { border-color: #9CB19F; }
span { border-color: rgb(156,177,159); }
td.TdClassName
{
border-color: #9CB19F;
}
.TagClassName
{
border-color: #9CB19F;
}
</style>