Shades of Norway #9BAB85
Tints of Norway #9BAB85
RGB
CMYK
RGB Variations
Color information
#9BAB85 (or 0x9BAB85) is known color: Norway. HEX triplet: 9B, AB and 85. RGB value is (155,171,133). Sum of RGB (Red+Green+Blue) = 155+171+133=459 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.77% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 133 (52.34% from 255 or 28.98% from 459); Max value from RGB is 171 - color contains mainly: green. Hex color #9BAB85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAB85 is #64547A. Grayscale: #A2A2A2. Windows color (decimal): -6575227 or 8760219. OLE color: 8760219.
HSL color Cylindrical-coordinate representation of color #9BAB85: hue angle of 85.26º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9BAB85 is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 171 | 133 | - |
| CMYK | 0.09 | 0 | 0.22 | 0.33 |
| HSL | 85.26º | 0.18% | 0.6% | - |
| HSV(B) | 85.26º | 0.22% | 0.67% | - |
| XYZ | 32.31 | 37.79 | 27.78 | - |
| YUV | 161.88 | 111.7 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 171 | 133 | 0.09 | 0 | 0.22 | 0.33 | 85.26 | 0.18 | 0.6 |
| Hex | 9B | AB | 85 | 9 | 0 | 16 | 21 | 55 | 12 | 3C |
| Octal | 233 | 253 | 205 | 11 | 0 | 26 | 41 | 125 | 22 | 74 |
| Binary | 10011011 | 10101011 | 10000101 | 1001 | 0 | 10110 | 100001 | 1010101 | 10010 | 111100 |
Color Harmonies of #9BAB85
Complementary color
Monochromatic Colors of #9BAB85
Black with #9BAB85
Text Example
Text Example
White with #9BAB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAB85; }
p { color: rgb(155,171,133); }
H1.HeaderClassName
{
color: #9BAB85;
}
.AnyTagClassName
{
color: #9BAB85;
}
</style>
background-color css
<style>
a { background-color: #9BAB85; }
a { background-color: rgb(155,171,133); }
div.DivClassName
{
background-color: #9BAB85;
}
.BgClassName
{
background-color: #9BAB85;
}
</style>
border-color css
<style>
span { border-color: #9BAB85; }
span { border-color: rgb(155,171,133); }
td.TdClassName
{
border-color: #9BAB85;
}
.TagClassName
{
border-color: #9BAB85;
}
</style>