Shades of Norway #9BB384
Tints of Norway #9BB384
RGB
CMYK
RGB Variations
Color information
#9BB384 (or 0x9BB384) is known color: Norway. HEX triplet: 9B, B3 and 84. RGB value is (155,179,132). Sum of RGB (Red+Green+Blue) = 155+179+132=466 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.26% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 132 (51.95% from 255 or 28.33% from 466); Max value from RGB is 179 - color contains mainly: green. Hex color #9BB384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB384 is #644C7B. Grayscale: #A6A6A6. Windows color (decimal): -6573180 or 8696731. OLE color: 8696731.
HSL color Cylindrical-coordinate representation of color #9BB384: hue angle of 90.64º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9BB384 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 155 | 179 | 132 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.30 |
| HSL | 90.64º | 0.24% | 0.61% | - |
| HSV(B) | 90.64º | 0.26% | 0.7% | - |
| XYZ | 33.8 | 40.87 | 27.94 | - |
| YUV | 166.47 | 108.55 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 179 | 132 | 0.13 | 0 | 0.26 | 0.30 | 90.64 | 0.24 | 0.61 |
| Hex | 9B | B3 | 84 | D | 0 | 1A | 1E | 5B | 18 | 3D |
| Octal | 233 | 263 | 204 | 15 | 0 | 32 | 36 | 133 | 30 | 75 |
| Binary | 10011011 | 10110011 | 10000100 | 1101 | 0 | 11010 | 11110 | 1011011 | 11000 | 111101 |
Color Harmonies of #9BB384
Complementary color
Monochromatic Colors of #9BB384
Black with #9BB384
Text Example
Text Example
White with #9BB384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB384; }
p { color: rgb(155,179,132); }
H1.HeaderClassName
{
color: #9BB384;
}
.AnyTagClassName
{
color: #9BB384;
}
</style>
background-color css
<style>
a { background-color: #9BB384; }
a { background-color: rgb(155,179,132); }
div.DivClassName
{
background-color: #9BB384;
}
.BgClassName
{
background-color: #9BB384;
}
</style>
border-color css
<style>
span { border-color: #9BB384; }
span { border-color: rgb(155,179,132); }
td.TdClassName
{
border-color: #9BB384;
}
.TagClassName
{
border-color: #9BB384;
}
</style>