Shades of Norway #9BBC87
Tints of Norway #9BBC87
RGB
CMYK
RGB Variations
Color information
#9BBC87 (or 0x9BBC87) is known color: Norway. HEX triplet: 9B, BC and 87. RGB value is (155,188,135). Sum of RGB (Red+Green+Blue) = 155+188+135=478 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.43% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 135 (53.12% from 255 or 28.24% from 478); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBC87 is #644378. Grayscale: #ACACAC. Windows color (decimal): -6570873 or 8895643. OLE color: 8895643.
HSL color Cylindrical-coordinate representation of color #9BBC87: hue angle of 97.36º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BBC87 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 188 | 135 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.26 |
| HSL | 97.36º | 0.28% | 0.63% | - |
| HSV(B) | 97.36º | 0.28% | 0.74% | - |
| XYZ | 35.87 | 44.68 | 29.66 | - |
| YUV | 172.09 | 107.07 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 188 | 135 | 0.18 | 0 | 0.28 | 0.26 | 97.36 | 0.28 | 0.63 |
| Hex | 9B | BC | 87 | 12 | 0 | 1C | 1A | 61 | 1C | 3F |
| Octal | 233 | 274 | 207 | 22 | 0 | 34 | 32 | 141 | 34 | 77 |
| Binary | 10011011 | 10111100 | 10000111 | 10010 | 0 | 11100 | 11010 | 1100001 | 11100 | 111111 |
Color Harmonies of #9BBC87
Complementary color
Monochromatic Colors of #9BBC87
Black with #9BBC87
Text Example
Text Example
White with #9BBC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBC87; }
p { color: rgb(155,188,135); }
H1.HeaderClassName
{
color: #9BBC87;
}
.AnyTagClassName
{
color: #9BBC87;
}
</style>
background-color css
<style>
a { background-color: #9BBC87; }
a { background-color: rgb(155,188,135); }
div.DivClassName
{
background-color: #9BBC87;
}
.BgClassName
{
background-color: #9BBC87;
}
</style>
border-color css
<style>
span { border-color: #9BBC87; }
span { border-color: rgb(155,188,135); }
td.TdClassName
{
border-color: #9BBC87;
}
.TagClassName
{
border-color: #9BBC87;
}
</style>