Shades of Norway #9BB388
Tints of Norway #9BB388
RGB
CMYK
RGB Variations
Color information
#9BB388 (or 0x9BB388) is known color: Norway. HEX triplet: 9B, B3 and 88. RGB value is (155,179,136). Sum of RGB (Red+Green+Blue) = 155+179+136=470 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.98% from 470); Green value is 179 (70.31% from 255 or 38.09% from 470); Blue value is 136 (53.52% from 255 or 28.94% from 470); Max value from RGB is 179 - color contains mainly: green. Hex color #9BB388 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB388 is #644C77. Grayscale: #A7A7A7. Windows color (decimal): -6573176 or 8958875. OLE color: 8958875.
HSL color Cylindrical-coordinate representation of color #9BB388: hue angle of 93.49º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BB388 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 155 | 179 | 136 | - |
| CMYK | 0.13 | 0 | 0.24 | 0.30 |
| HSL | 93.49º | 0.22% | 0.62% | - |
| HSV(B) | 93.49º | 0.24% | 0.7% | - |
| XYZ | 34.08 | 40.99 | 29.41 | - |
| YUV | 166.92 | 110.55 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 179 | 136 | 0.13 | 0 | 0.24 | 0.30 | 93.49 | 0.22 | 0.62 |
| Hex | 9B | B3 | 88 | D | 0 | 18 | 1E | 5D | 16 | 3E |
| Octal | 233 | 263 | 210 | 15 | 0 | 30 | 36 | 135 | 26 | 76 |
| Binary | 10011011 | 10110011 | 10001000 | 1101 | 0 | 11000 | 11110 | 1011101 | 10110 | 111110 |
Color Harmonies of #9BB388
Complementary color
Monochromatic Colors of #9BB388
Black with #9BB388
Text Example
Text Example
White with #9BB388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB388; }
p { color: rgb(155,179,136); }
H1.HeaderClassName
{
color: #9BB388;
}
.AnyTagClassName
{
color: #9BB388;
}
</style>
background-color css
<style>
a { background-color: #9BB388; }
a { background-color: rgb(155,179,136); }
div.DivClassName
{
background-color: #9BB388;
}
.BgClassName
{
background-color: #9BB388;
}
</style>
border-color css
<style>
span { border-color: #9BB388; }
span { border-color: rgb(155,179,136); }
td.TdClassName
{
border-color: #9BB388;
}
.TagClassName
{
border-color: #9BB388;
}
</style>