Shades of Norway #9CBB84
Tints of Norway #9CBB84
RGB
CMYK
RGB Variations
Color information
#9CBB84 (or 0x9CBB84) is known color: Norway. HEX triplet: 9C, BB and 84. RGB value is (156,187,132). Sum of RGB (Red+Green+Blue) = 156+187+132=475 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.84% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBB84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBB84 is #63447B. Grayscale: #ABABAB. Windows color (decimal): -6505596 or 8698780. OLE color: 8698780.
HSL color Cylindrical-coordinate representation of color #9CBB84: hue angle of 93.82º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CBB84 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 187 | 132 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.27 |
| HSL | 93.82º | 0.29% | 0.63% | - |
| HSV(B) | 93.82º | 0.29% | 0.73% | - |
| XYZ | 35.65 | 44.27 | 28.5 | - |
| YUV | 171.46 | 105.73 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 187 | 132 | 0.17 | 0 | 0.29 | 0.27 | 93.82 | 0.29 | 0.63 |
| Hex | 9C | BB | 84 | 11 | 0 | 1D | 1B | 5E | 1D | 3F |
| Octal | 234 | 273 | 204 | 21 | 0 | 35 | 33 | 136 | 35 | 77 |
| Binary | 10011100 | 10111011 | 10000100 | 10001 | 0 | 11101 | 11011 | 1011110 | 11101 | 111111 |
Color Harmonies of #9CBB84
Complementary color
Monochromatic Colors of #9CBB84
Black with #9CBB84
Text Example
Text Example
White with #9CBB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBB84; }
p { color: rgb(156,187,132); }
H1.HeaderClassName
{
color: #9CBB84;
}
.AnyTagClassName
{
color: #9CBB84;
}
</style>
background-color css
<style>
a { background-color: #9CBB84; }
a { background-color: rgb(156,187,132); }
div.DivClassName
{
background-color: #9CBB84;
}
.BgClassName
{
background-color: #9CBB84;
}
</style>
border-color css
<style>
span { border-color: #9CBB84; }
span { border-color: rgb(156,187,132); }
td.TdClassName
{
border-color: #9CBB84;
}
.TagClassName
{
border-color: #9CBB84;
}
</style>