Shades of Norway #9BB584
Tints of Norway #9BB584
RGB
CMYK
RGB Variations
Color information
#9BB584 (or 0x9BB584) is known color: Norway. HEX triplet: 9B, B5 and 84. RGB value is (155,181,132). Sum of RGB (Red+Green+Blue) = 155+181+132=468 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.12% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 132 (51.95% from 255 or 28.21% from 468); Max value from RGB is 181 - color contains mainly: green. Hex color #9BB584 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB584 is #644A7B. Grayscale: #A7A7A7. Windows color (decimal): -6572668 or 8697243. OLE color: 8697243.
HSL color Cylindrical-coordinate representation of color #9BB584: hue angle of 91.84º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9BB584 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 155 | 181 | 132 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.29 |
| HSL | 91.84º | 0.25% | 0.61% | - |
| HSV(B) | 91.84º | 0.27% | 0.71% | - |
| XYZ | 34.21 | 41.68 | 28.07 | - |
| YUV | 167.64 | 107.89 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 181 | 132 | 0.14 | 0 | 0.27 | 0.29 | 91.84 | 0.25 | 0.61 |
| Hex | 9B | B5 | 84 | E | 0 | 1B | 1D | 5C | 19 | 3D |
| Octal | 233 | 265 | 204 | 16 | 0 | 33 | 35 | 134 | 31 | 75 |
| Binary | 10011011 | 10110101 | 10000100 | 1110 | 0 | 11011 | 11101 | 1011100 | 11001 | 111101 |
Color Harmonies of #9BB584
Complementary color
Monochromatic Colors of #9BB584
Black with #9BB584
Text Example
Text Example
White with #9BB584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB584; }
p { color: rgb(155,181,132); }
H1.HeaderClassName
{
color: #9BB584;
}
.AnyTagClassName
{
color: #9BB584;
}
</style>
background-color css
<style>
a { background-color: #9BB584; }
a { background-color: rgb(155,181,132); }
div.DivClassName
{
background-color: #9BB584;
}
.BgClassName
{
background-color: #9BB584;
}
</style>
border-color css
<style>
span { border-color: #9BB584; }
span { border-color: rgb(155,181,132); }
td.TdClassName
{
border-color: #9BB584;
}
.TagClassName
{
border-color: #9BB584;
}
</style>