Shades of Norway #9CAF86
Tints of Norway #9CAF86
RGB
CMYK
RGB Variations
Color information
#9CAF86 (or 0x9CAF86) is known color: Norway. HEX triplet: 9C, AF and 86. RGB value is (156,175,134). Sum of RGB (Red+Green+Blue) = 156+175+134=465 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.55% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 134 (52.73% from 255 or 28.82% from 465); Max value from RGB is 175 - color contains mainly: green. Hex color #9CAF86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAF86 is #635079. Grayscale: #A4A4A4. Windows color (decimal): -6508666 or 8826780. OLE color: 8826780.
HSL color Cylindrical-coordinate representation of color #9CAF86: hue angle of 87.8º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CAF86 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 175 | 134 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.31 |
| HSL | 87.8º | 0.2% | 0.61% | - |
| HSV(B) | 87.8º | 0.23% | 0.69% | - |
| XYZ | 33.34 | 39.45 | 28.41 | - |
| YUV | 164.65 | 110.71 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 175 | 134 | 0.11 | 0 | 0.23 | 0.31 | 87.8 | 0.2 | 0.61 |
| Hex | 9C | AF | 86 | B | 0 | 17 | 1F | 58 | 14 | 3D |
| Octal | 234 | 257 | 206 | 13 | 0 | 27 | 37 | 130 | 24 | 75 |
| Binary | 10011100 | 10101111 | 10000110 | 1011 | 0 | 10111 | 11111 | 1011000 | 10100 | 111101 |
Color Harmonies of #9CAF86
Complementary color
Monochromatic Colors of #9CAF86
Black with #9CAF86
Text Example
Text Example
White with #9CAF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAF86; }
p { color: rgb(156,175,134); }
H1.HeaderClassName
{
color: #9CAF86;
}
.AnyTagClassName
{
color: #9CAF86;
}
</style>
background-color css
<style>
a { background-color: #9CAF86; }
a { background-color: rgb(156,175,134); }
div.DivClassName
{
background-color: #9CAF86;
}
.BgClassName
{
background-color: #9CAF86;
}
</style>
border-color css
<style>
span { border-color: #9CAF86; }
span { border-color: rgb(156,175,134); }
td.TdClassName
{
border-color: #9CAF86;
}
.TagClassName
{
border-color: #9CAF86;
}
</style>