Shades of Norway #9BB985
Tints of Norway #9BB985
RGB
CMYK
RGB Variations
Color information
#9BB985 (or 0x9BB985) is known color: Norway. HEX triplet: 9B, B9 and 85. RGB value is (155,185,133). Sum of RGB (Red+Green+Blue) = 155+185+133=473 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.77% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 185 - color contains mainly: green. Hex color #9BB985 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB985 is #64467A. Grayscale: #AAAAAA. Windows color (decimal): -6571643 or 8763803. OLE color: 8763803.
HSL color Cylindrical-coordinate representation of color #9BB985: hue angle of 94.62º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BB985 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 185 | 133 | - |
| CMYK | 0.16 | 0 | 0.28 | 0.27 |
| HSL | 94.62º | 0.27% | 0.62% | - |
| HSV(B) | 94.62º | 0.28% | 0.73% | - |
| XYZ | 35.1 | 43.36 | 28.71 | - |
| YUV | 170.1 | 107.06 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 185 | 133 | 0.16 | 0 | 0.28 | 0.27 | 94.62 | 0.27 | 0.62 |
| Hex | 9B | B9 | 85 | 10 | 0 | 1C | 1B | 5F | 1B | 3E |
| Octal | 233 | 271 | 205 | 20 | 0 | 34 | 33 | 137 | 33 | 76 |
| Binary | 10011011 | 10111001 | 10000101 | 10000 | 0 | 11100 | 11011 | 1011111 | 11011 | 111110 |
Color Harmonies of #9BB985
Complementary color
Monochromatic Colors of #9BB985
Black with #9BB985
Text Example
Text Example
White with #9BB985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB985; }
p { color: rgb(155,185,133); }
H1.HeaderClassName
{
color: #9BB985;
}
.AnyTagClassName
{
color: #9BB985;
}
</style>
background-color css
<style>
a { background-color: #9BB985; }
a { background-color: rgb(155,185,133); }
div.DivClassName
{
background-color: #9BB985;
}
.BgClassName
{
background-color: #9BB985;
}
</style>
border-color css
<style>
span { border-color: #9BB985; }
span { border-color: rgb(155,185,133); }
td.TdClassName
{
border-color: #9BB985;
}
.TagClassName
{
border-color: #9BB985;
}
</style>