Shades of Norway #9BAB84
Tints of Norway #9BAB84
RGB
CMYK
RGB Variations
Color information
#9BAB84 (or 0x9BAB84) is known color: Norway. HEX triplet: 9B, AB and 84. RGB value is (155,171,132). Sum of RGB (Red+Green+Blue) = 155+171+132=458 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.84% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 132 (51.95% from 255 or 28.82% from 458); Max value from RGB is 171 - color contains mainly: green. Hex color #9BAB84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAB84 is #64547B. Grayscale: #A1A1A1. Windows color (decimal): -6575228 or 8694683. OLE color: 8694683.
HSL color Cylindrical-coordinate representation of color #9BAB84: hue angle of 84.62º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BAB84 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 171 | 132 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.33 |
| HSL | 84.62º | 0.19% | 0.59% | - |
| HSV(B) | 84.62º | 0.23% | 0.67% | - |
| XYZ | 32.25 | 37.76 | 27.42 | - |
| YUV | 161.77 | 111.2 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 171 | 132 | 0.09 | 0 | 0.23 | 0.33 | 84.62 | 0.19 | 0.59 |
| Hex | 9B | AB | 84 | 9 | 0 | 17 | 21 | 55 | 13 | 3B |
| Octal | 233 | 253 | 204 | 11 | 0 | 27 | 41 | 125 | 23 | 73 |
| Binary | 10011011 | 10101011 | 10000100 | 1001 | 0 | 10111 | 100001 | 1010101 | 10011 | 111011 |
Color Harmonies of #9BAB84
Complementary color
Monochromatic Colors of #9BAB84
Black with #9BAB84
Text Example
Text Example
White with #9BAB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAB84; }
p { color: rgb(155,171,132); }
H1.HeaderClassName
{
color: #9BAB84;
}
.AnyTagClassName
{
color: #9BAB84;
}
</style>
background-color css
<style>
a { background-color: #9BAB84; }
a { background-color: rgb(155,171,132); }
div.DivClassName
{
background-color: #9BAB84;
}
.BgClassName
{
background-color: #9BAB84;
}
</style>
border-color css
<style>
span { border-color: #9BAB84; }
span { border-color: rgb(155,171,132); }
td.TdClassName
{
border-color: #9BAB84;
}
.TagClassName
{
border-color: #9BAB84;
}
</style>