Shades of Norway #9BB784
Tints of Norway #9BB784
RGB
CMYK
RGB Variations
Color information
#9BB784 (or 0x9BB784) is known color: Norway. HEX triplet: 9B, B7 and 84. RGB value is (155,183,132). Sum of RGB (Red+Green+Blue) = 155+183+132=470 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.98% from 470); Green value is 183 (71.88% from 255 or 38.94% from 470); Blue value is 132 (51.95% from 255 or 28.09% from 470); Max value from RGB is 183 - color contains mainly: green. Hex color #9BB784 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB784 is #64487B. Grayscale: #A8A8A8. Windows color (decimal): -6572156 or 8697755. OLE color: 8697755.
HSL color Cylindrical-coordinate representation of color #9BB784: hue angle of 92.94º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BB784 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 155 | 183 | 132 | - |
| CMYK | 0.15 | 0 | 0.28 | 0.28 |
| HSL | 92.94º | 0.26% | 0.62% | - |
| HSV(B) | 92.94º | 0.28% | 0.72% | - |
| XYZ | 34.62 | 42.5 | 28.21 | - |
| YUV | 168.81 | 107.22 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 183 | 132 | 0.15 | 0 | 0.28 | 0.28 | 92.94 | 0.26 | 0.62 |
| Hex | 9B | B7 | 84 | F | 0 | 1C | 1C | 5D | 1A | 3E |
| Octal | 233 | 267 | 204 | 17 | 0 | 34 | 34 | 135 | 32 | 76 |
| Binary | 10011011 | 10110111 | 10000100 | 1111 | 0 | 11100 | 11100 | 1011101 | 11010 | 111110 |
Color Harmonies of #9BB784
Complementary color
Monochromatic Colors of #9BB784
Black with #9BB784
Text Example
Text Example
White with #9BB784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB784; }
p { color: rgb(155,183,132); }
H1.HeaderClassName
{
color: #9BB784;
}
.AnyTagClassName
{
color: #9BB784;
}
</style>
background-color css
<style>
a { background-color: #9BB784; }
a { background-color: rgb(155,183,132); }
div.DivClassName
{
background-color: #9BB784;
}
.BgClassName
{
background-color: #9BB784;
}
</style>
border-color css
<style>
span { border-color: #9BB784; }
span { border-color: rgb(155,183,132); }
td.TdClassName
{
border-color: #9BB784;
}
.TagClassName
{
border-color: #9BB784;
}
</style>