Shades of Norway #9BB98B
Tints of Norway #9BB98B
RGB
CMYK
RGB Variations
Color information
#9BB98B (or 0x9BB98B) is known color: Norway. HEX triplet: 9B, B9 and 8B. RGB value is (155,185,139). Sum of RGB (Red+Green+Blue) = 155+185+139=479 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.36% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 185 - color contains mainly: green. Hex color #9BB98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB98B is #644674. Grayscale: #AAAAAA. Windows color (decimal): -6571637 or 9157019. OLE color: 9157019.
HSL color Cylindrical-coordinate representation of color #9BB98B: hue angle of 99.13º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BB98B is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 185 | 139 | - |
| CMYK | 0.16 | 0 | 0.25 | 0.27 |
| HSL | 99.13º | 0.25% | 0.64% | - |
| HSV(B) | 99.13º | 0.25% | 0.73% | - |
| XYZ | 35.53 | 43.53 | 30.96 | - |
| YUV | 170.79 | 110.06 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 185 | 139 | 0.16 | 0 | 0.25 | 0.27 | 99.13 | 0.25 | 0.64 |
| Hex | 9B | B9 | 8B | 10 | 0 | 19 | 1B | 63 | 19 | 40 |
| Octal | 233 | 271 | 213 | 20 | 0 | 31 | 33 | 143 | 31 | 100 |
| Binary | 10011011 | 10111001 | 10001011 | 10000 | 0 | 11001 | 11011 | 1100011 | 11001 | 1000000 |
Color Harmonies of #9BB98B
Complementary color
Monochromatic Colors of #9BB98B
Black with #9BB98B
Text Example
Text Example
White with #9BB98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB98B; }
p { color: rgb(155,185,139); }
H1.HeaderClassName
{
color: #9BB98B;
}
.AnyTagClassName
{
color: #9BB98B;
}
</style>
background-color css
<style>
a { background-color: #9BB98B; }
a { background-color: rgb(155,185,139); }
div.DivClassName
{
background-color: #9BB98B;
}
.BgClassName
{
background-color: #9BB98B;
}
</style>
border-color css
<style>
span { border-color: #9BB98B; }
span { border-color: rgb(155,185,139); }
td.TdClassName
{
border-color: #9BB98B;
}
.TagClassName
{
border-color: #9BB98B;
}
</style>