Shades of Norway #9BAB83
Tints of Norway #9BAB83
RGB
CMYK
RGB Variations
Color information
#9BAB83 (or 0x9BAB83) is known color: Norway. HEX triplet: 9B, AB and 83. RGB value is (155,171,131). Sum of RGB (Red+Green+Blue) = 155+171+131=457 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.92% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 131 (51.56% from 255 or 28.67% from 457); Max value from RGB is 171 - color contains mainly: green. Hex color #9BAB83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAB83 is #64547C. Grayscale: #A1A1A1. Windows color (decimal): -6575229 or 8629147. OLE color: 8629147.
HSL color Cylindrical-coordinate representation of color #9BAB83: hue angle of 84º 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 #9BAB83 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 171 | 131 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.33 |
| HSL | 84º | 0.19% | 0.59% | - |
| HSV(B) | 84º | 0.23% | 0.67% | - |
| XYZ | 32.18 | 37.73 | 27.06 | - |
| YUV | 161.66 | 110.7 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 171 | 131 | 0.09 | 0 | 0.23 | 0.33 | 84 | 0.19 | 0.59 |
| Hex | 9B | AB | 83 | 9 | 0 | 17 | 21 | 54 | 13 | 3B |
| Octal | 233 | 253 | 203 | 11 | 0 | 27 | 41 | 124 | 23 | 73 |
| Binary | 10011011 | 10101011 | 10000011 | 1001 | 0 | 10111 | 100001 | 1010100 | 10011 | 111011 |
Color Harmonies of #9BAB83
Complementary color
Monochromatic Colors of #9BAB83
Black with #9BAB83
Text Example
Text Example
White with #9BAB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAB83; }
p { color: rgb(155,171,131); }
H1.HeaderClassName
{
color: #9BAB83;
}
.AnyTagClassName
{
color: #9BAB83;
}
</style>
background-color css
<style>
a { background-color: #9BAB83; }
a { background-color: rgb(155,171,131); }
div.DivClassName
{
background-color: #9BAB83;
}
.BgClassName
{
background-color: #9BAB83;
}
</style>
border-color css
<style>
span { border-color: #9BAB83; }
span { border-color: rgb(155,171,131); }
td.TdClassName
{
border-color: #9BAB83;
}
.TagClassName
{
border-color: #9BAB83;
}
</style>