Shades of Norway #9BBF85
Tints of Norway #9BBF85
RGB
CMYK
RGB Variations
Color information
#9BBF85 (or 0x9BBF85) is known color: Norway. HEX triplet: 9B, BF and 85. RGB value is (155,191,133). Sum of RGB (Red+Green+Blue) = 155+191+133=479 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.36% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 133 (52.34% from 255 or 27.77% from 479); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBF85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBF85 is #64407A. Grayscale: #ADADAD. Windows color (decimal): -6570107 or 8765339. OLE color: 8765339.
HSL color Cylindrical-coordinate representation of color #9BBF85: hue angle of 97.24º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BBF85 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 191 | 133 | - |
| CMYK | 0.19 | 0 | 0.30 | 0.25 |
| HSL | 97.24º | 0.31% | 0.64% | - |
| HSV(B) | 97.24º | 0.3% | 0.75% | - |
| XYZ | 36.38 | 45.92 | 29.14 | - |
| YUV | 173.62 | 105.07 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 191 | 133 | 0.19 | 0 | 0.30 | 0.25 | 97.24 | 0.31 | 0.64 |
| Hex | 9B | BF | 85 | 13 | 0 | 1E | 19 | 61 | 1F | 40 |
| Octal | 233 | 277 | 205 | 23 | 0 | 36 | 31 | 141 | 37 | 100 |
| Binary | 10011011 | 10111111 | 10000101 | 10011 | 0 | 11110 | 11001 | 1100001 | 11111 | 1000000 |
Color Harmonies of #9BBF85
Complementary color
Monochromatic Colors of #9BBF85
Black with #9BBF85
Text Example
Text Example
White with #9BBF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBF85; }
p { color: rgb(155,191,133); }
H1.HeaderClassName
{
color: #9BBF85;
}
.AnyTagClassName
{
color: #9BBF85;
}
</style>
background-color css
<style>
a { background-color: #9BBF85; }
a { background-color: rgb(155,191,133); }
div.DivClassName
{
background-color: #9BBF85;
}
.BgClassName
{
background-color: #9BBF85;
}
</style>
border-color css
<style>
span { border-color: #9BBF85; }
span { border-color: rgb(155,191,133); }
td.TdClassName
{
border-color: #9BBF85;
}
.TagClassName
{
border-color: #9BBF85;
}
</style>