Shades of Edward #9CB19D
Tints of Edward #9CB19D
RGB
CMYK
RGB Variations
Color information
#9CB19D (or 0x9CB19D) is known color: Edward. HEX triplet: 9C, B1 and 9D. RGB value is (156,177,157). Sum of RGB (Red+Green+Blue) = 156+177+157=490 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.84% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 157 (61.72% from 255 or 32.04% from 490); Max value from RGB is 177 - color contains mainly: green. Hex color #9CB19D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CB19D is #634E62. Grayscale: #A8A8A8. Windows color (decimal): -6508131 or 10334620. OLE color: 10334620.
HSL color Cylindrical-coordinate representation of color #9CB19D: hue angle of 122.86º 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 #9CB19D is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 177 | 157 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.31 |
| HSL | 122.86º | 0.12% | 0.65% | - |
| HSV(B) | 122.86º | 0.12% | 0.69% | - |
| XYZ | 35.52 | 40.95 | 37.93 | - |
| YUV | 168.44 | 121.54 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 177 | 157 | 0.12 | 0 | 0.11 | 0.31 | 122.86 | 0.12 | 0.65 |
| Hex | 9C | B1 | 9D | C | 0 | B | 1F | 7B | C | 41 |
| Octal | 234 | 261 | 235 | 14 | 0 | 13 | 37 | 173 | 14 | 101 |
| Binary | 10011100 | 10110001 | 10011101 | 1100 | 0 | 1011 | 11111 | 1111011 | 1100 | 1000001 |
Color Harmonies of #9CB19D
Complementary color
Monochromatic Colors of #9CB19D
Black with #9CB19D
Text Example
Text Example
White with #9CB19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB19D; }
p { color: rgb(156,177,157); }
H1.HeaderClassName
{
color: #9CB19D;
}
.AnyTagClassName
{
color: #9CB19D;
}
</style>
background-color css
<style>
a { background-color: #9CB19D; }
a { background-color: rgb(156,177,157); }
div.DivClassName
{
background-color: #9CB19D;
}
.BgClassName
{
background-color: #9CB19D;
}
</style>
border-color css
<style>
span { border-color: #9CB19D; }
span { border-color: rgb(156,177,157); }
td.TdClassName
{
border-color: #9CB19D;
}
.TagClassName
{
border-color: #9CB19D;
}
</style>