Shades of Norway #9CBF84
Tints of Norway #9CBF84
RGB
CMYK
RGB Variations
Color information
#9CBF84 (or 0x9CBF84) is known color: Norway. HEX triplet: 9C, BF and 84. RGB value is (156,191,132). Sum of RGB (Red+Green+Blue) = 156+191+132=479 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.57% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 132 (51.95% from 255 or 27.56% from 479); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBF84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBF84 is #63407B. Grayscale: #AEAEAE. Windows color (decimal): -6504572 or 8699804. OLE color: 8699804.
HSL color Cylindrical-coordinate representation of color #9CBF84: hue angle of 95.59º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9CBF84 is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 191 | 132 | - |
| CMYK | 0.18 | 0 | 0.31 | 0.25 |
| HSL | 95.59º | 0.32% | 0.63% | - |
| HSV(B) | 95.59º | 0.31% | 0.75% | - |
| XYZ | 36.51 | 46 | 28.78 | - |
| YUV | 173.81 | 104.4 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 191 | 132 | 0.18 | 0 | 0.31 | 0.25 | 95.59 | 0.32 | 0.63 |
| Hex | 9C | BF | 84 | 12 | 0 | 1F | 19 | 60 | 20 | 3F |
| Octal | 234 | 277 | 204 | 22 | 0 | 37 | 31 | 140 | 40 | 77 |
| Binary | 10011100 | 10111111 | 10000100 | 10010 | 0 | 11111 | 11001 | 1100000 | 100000 | 111111 |
Color Harmonies of #9CBF84
Complementary color
Monochromatic Colors of #9CBF84
Black with #9CBF84
Text Example
Text Example
White with #9CBF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBF84; }
p { color: rgb(156,191,132); }
H1.HeaderClassName
{
color: #9CBF84;
}
.AnyTagClassName
{
color: #9CBF84;
}
</style>
background-color css
<style>
a { background-color: #9CBF84; }
a { background-color: rgb(156,191,132); }
div.DivClassName
{
background-color: #9CBF84;
}
.BgClassName
{
background-color: #9CBF84;
}
</style>
border-color css
<style>
span { border-color: #9CBF84; }
span { border-color: rgb(156,191,132); }
td.TdClassName
{
border-color: #9CBF84;
}
.TagClassName
{
border-color: #9CBF84;
}
</style>