Shades of Edward #9BB19C
Tints of Edward #9BB19C
RGB
CMYK
RGB Variations
Color information
#9BB19C (or 0x9BB19C) is known color: Edward. HEX triplet: 9B, B1 and 9C. RGB value is (155,177,156). Sum of RGB (Red+Green+Blue) = 155+177+156=488 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.76% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 156 (61.33% from 255 or 31.97% from 488); Max value from RGB is 177 - color contains mainly: green. Hex color #9BB19C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BB19C is #644E63. Grayscale: #A8A8A8. Windows color (decimal): -6573668 or 10269083. OLE color: 10269083.
HSL color Cylindrical-coordinate representation of color #9BB19C: hue angle of 122.73º 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 #9BB19C is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 177 | 156 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.31 |
| HSL | 122.73º | 0.12% | 0.65% | - |
| HSV(B) | 122.73º | 0.12% | 0.69% | - |
| XYZ | 35.24 | 40.81 | 37.47 | - |
| YUV | 168.03 | 121.21 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 177 | 156 | 0.12 | 0 | 0.12 | 0.31 | 122.73 | 0.12 | 0.65 |
| Hex | 9B | B1 | 9C | C | 0 | C | 1F | 7B | C | 41 |
| Octal | 233 | 261 | 234 | 14 | 0 | 14 | 37 | 173 | 14 | 101 |
| Binary | 10011011 | 10110001 | 10011100 | 1100 | 0 | 1100 | 11111 | 1111011 | 1100 | 1000001 |
Color Harmonies of #9BB19C
Complementary color
Monochromatic Colors of #9BB19C
Black with #9BB19C
Text Example
Text Example
White with #9BB19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB19C; }
p { color: rgb(155,177,156); }
H1.HeaderClassName
{
color: #9BB19C;
}
.AnyTagClassName
{
color: #9BB19C;
}
</style>
background-color css
<style>
a { background-color: #9BB19C; }
a { background-color: rgb(155,177,156); }
div.DivClassName
{
background-color: #9BB19C;
}
.BgClassName
{
background-color: #9BB19C;
}
</style>
border-color css
<style>
span { border-color: #9BB19C; }
span { border-color: rgb(155,177,156); }
td.TdClassName
{
border-color: #9BB19C;
}
.TagClassName
{
border-color: #9BB19C;
}
</style>