Shades of Norway #9BBC88
Tints of Norway #9BBC88
RGB
CMYK
RGB Variations
Color information
#9BBC88 (or 0x9BBC88) is known color: Norway. HEX triplet: 9B, BC and 88. RGB value is (155,188,136). Sum of RGB (Red+Green+Blue) = 155+188+136=479 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.36% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 136 (53.52% from 255 or 28.39% from 479); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBC88 is #644377. Grayscale: #ACACAC. Windows color (decimal): -6570872 or 8961179. OLE color: 8961179.
HSL color Cylindrical-coordinate representation of color #9BBC88: hue angle of 98.08º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BBC88 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 188 | 136 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.26 |
| HSL | 98.08º | 0.28% | 0.64% | - |
| HSV(B) | 98.08º | 0.28% | 0.74% | - |
| XYZ | 35.94 | 44.71 | 30.03 | - |
| YUV | 172.21 | 107.57 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 188 | 136 | 0.18 | 0 | 0.28 | 0.26 | 98.08 | 0.28 | 0.64 |
| Hex | 9B | BC | 88 | 12 | 0 | 1C | 1A | 62 | 1C | 40 |
| Octal | 233 | 274 | 210 | 22 | 0 | 34 | 32 | 142 | 34 | 100 |
| Binary | 10011011 | 10111100 | 10001000 | 10010 | 0 | 11100 | 11010 | 1100010 | 11100 | 1000000 |
Color Harmonies of #9BBC88
Complementary color
Monochromatic Colors of #9BBC88
Black with #9BBC88
Text Example
Text Example
White with #9BBC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBC88; }
p { color: rgb(155,188,136); }
H1.HeaderClassName
{
color: #9BBC88;
}
.AnyTagClassName
{
color: #9BBC88;
}
</style>
background-color css
<style>
a { background-color: #9BBC88; }
a { background-color: rgb(155,188,136); }
div.DivClassName
{
background-color: #9BBC88;
}
.BgClassName
{
background-color: #9BBC88;
}
</style>
border-color css
<style>
span { border-color: #9BBC88; }
span { border-color: rgb(155,188,136); }
td.TdClassName
{
border-color: #9BBC88;
}
.TagClassName
{
border-color: #9BBC88;
}
</style>