Shades of Norway #9BB58E
Tints of Norway #9BB58E
RGB
CMYK
RGB Variations
Color information
#9BB58E (or 0x9BB58E) is known color: Norway. HEX triplet: 9B, B5 and 8E. RGB value is (155,181,142). Sum of RGB (Red+Green+Blue) = 155+181+142=478 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.43% from 478); Green value is 181 (71.09% from 255 or 37.87% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 181 - color contains mainly: green. Hex color #9BB58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB58E is #644A71. Grayscale: #A8A8A8. Windows color (decimal): -6572658 or 9352603. OLE color: 9352603.
HSL color Cylindrical-coordinate representation of color #9BB58E: hue angle of 100º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9BB58E is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 155 | 181 | 142 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.29 |
| HSL | 100º | 0.21% | 0.63% | - |
| HSV(B) | 100º | 0.22% | 0.71% | - |
| XYZ | 34.92 | 41.97 | 31.85 | - |
| YUV | 168.78 | 112.89 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 181 | 142 | 0.14 | 0 | 0.22 | 0.29 | 100 | 0.21 | 0.63 |
| Hex | 9B | B5 | 8E | E | 0 | 16 | 1D | 64 | 15 | 3F |
| Octal | 233 | 265 | 216 | 16 | 0 | 26 | 35 | 144 | 25 | 77 |
| Binary | 10011011 | 10110101 | 10001110 | 1110 | 0 | 10110 | 11101 | 1100100 | 10101 | 111111 |
Color Harmonies of #9BB58E
Complementary color
Monochromatic Colors of #9BB58E
Black with #9BB58E
Text Example
Text Example
White with #9BB58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB58E; }
p { color: rgb(155,181,142); }
H1.HeaderClassName
{
color: #9BB58E;
}
.AnyTagClassName
{
color: #9BB58E;
}
</style>
background-color css
<style>
a { background-color: #9BB58E; }
a { background-color: rgb(155,181,142); }
div.DivClassName
{
background-color: #9BB58E;
}
.BgClassName
{
background-color: #9BB58E;
}
</style>
border-color css
<style>
span { border-color: #9BB58E; }
span { border-color: rgb(155,181,142); }
td.TdClassName
{
border-color: #9BB58E;
}
.TagClassName
{
border-color: #9BB58E;
}
</style>