Shades of Norway #9BBF88
Tints of Norway #9BBF88
RGB
CMYK
RGB Variations
Color information
#9BBF88 (or 0x9BBF88) is known color: Norway. HEX triplet: 9B, BF and 88. RGB value is (155,191,136). Sum of RGB (Red+Green+Blue) = 155+191+136=482 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.16% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 136 (53.52% from 255 or 28.22% from 482); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBF88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBF88 is #644077. Grayscale: #AEAEAE. Windows color (decimal): -6570104 or 8961947. OLE color: 8961947.
HSL color Cylindrical-coordinate representation of color #9BBF88: hue angle of 99.27º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BBF88 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 191 | 136 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.25 |
| HSL | 99.27º | 0.3% | 0.64% | - |
| HSV(B) | 99.27º | 0.29% | 0.75% | - |
| XYZ | 36.59 | 46.01 | 30.24 | - |
| YUV | 173.97 | 106.57 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 191 | 136 | 0.19 | 0 | 0.29 | 0.25 | 99.27 | 0.3 | 0.64 |
| Hex | 9B | BF | 88 | 13 | 0 | 1D | 19 | 63 | 1E | 40 |
| Octal | 233 | 277 | 210 | 23 | 0 | 35 | 31 | 143 | 36 | 100 |
| Binary | 10011011 | 10111111 | 10001000 | 10011 | 0 | 11101 | 11001 | 1100011 | 11110 | 1000000 |
Color Harmonies of #9BBF88
Complementary color
Monochromatic Colors of #9BBF88
Black with #9BBF88
Text Example
Text Example
White with #9BBF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBF88; }
p { color: rgb(155,191,136); }
H1.HeaderClassName
{
color: #9BBF88;
}
.AnyTagClassName
{
color: #9BBF88;
}
</style>
background-color css
<style>
a { background-color: #9BBF88; }
a { background-color: rgb(155,191,136); }
div.DivClassName
{
background-color: #9BBF88;
}
.BgClassName
{
background-color: #9BBF88;
}
</style>
border-color css
<style>
span { border-color: #9BBF88; }
span { border-color: rgb(155,191,136); }
td.TdClassName
{
border-color: #9BBF88;
}
.TagClassName
{
border-color: #9BBF88;
}
</style>