Shades of Norway #9BB38E
Tints of Norway #9BB38E
RGB
CMYK
RGB Variations
Color information
#9BB38E (or 0x9BB38E) is known color: Norway. HEX triplet: 9B, B3 and 8E. RGB value is (155,179,142). Sum of RGB (Red+Green+Blue) = 155+179+142=476 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.56% from 476); Green value is 179 (70.31% from 255 or 37.61% from 476); Blue value is 142 (55.86% from 255 or 29.83% from 476); Max value from RGB is 179 - color contains mainly: green. Hex color #9BB38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB38E is #644C71. Grayscale: #A7A7A7. Windows color (decimal): -6573170 or 9352091. OLE color: 9352091.
HSL color Cylindrical-coordinate representation of color #9BB38E: hue angle of 98.92º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BB38E is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 155 | 179 | 142 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.30 |
| HSL | 98.92º | 0.2% | 0.63% | - |
| HSV(B) | 98.92º | 0.21% | 0.7% | - |
| XYZ | 34.52 | 41.16 | 31.72 | - |
| YUV | 167.61 | 113.55 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 179 | 142 | 0.13 | 0 | 0.21 | 0.30 | 98.92 | 0.2 | 0.63 |
| Hex | 9B | B3 | 8E | D | 0 | 15 | 1E | 63 | 14 | 3F |
| Octal | 233 | 263 | 216 | 15 | 0 | 25 | 36 | 143 | 24 | 77 |
| Binary | 10011011 | 10110011 | 10001110 | 1101 | 0 | 10101 | 11110 | 1100011 | 10100 | 111111 |
Color Harmonies of #9BB38E
Complementary color
Monochromatic Colors of #9BB38E
Black with #9BB38E
Text Example
Text Example
White with #9BB38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB38E; }
p { color: rgb(155,179,142); }
H1.HeaderClassName
{
color: #9BB38E;
}
.AnyTagClassName
{
color: #9BB38E;
}
</style>
background-color css
<style>
a { background-color: #9BB38E; }
a { background-color: rgb(155,179,142); }
div.DivClassName
{
background-color: #9BB38E;
}
.BgClassName
{
background-color: #9BB38E;
}
</style>
border-color css
<style>
span { border-color: #9BB38E; }
span { border-color: rgb(155,179,142); }
td.TdClassName
{
border-color: #9BB38E;
}
.TagClassName
{
border-color: #9BB38E;
}
</style>