Shades of Norway #9BB38A
Tints of Norway #9BB38A
RGB
CMYK
RGB Variations
Color information
#9BB38A (or 0x9BB38A) is known color: Norway. HEX triplet: 9B, B3 and 8A. RGB value is (155,179,138). Sum of RGB (Red+Green+Blue) = 155+179+138=472 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.84% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 179 - color contains mainly: green. Hex color #9BB38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB38A is #644C75. Grayscale: #A7A7A7. Windows color (decimal): -6573174 or 9089947. OLE color: 9089947.
HSL color Cylindrical-coordinate representation of color #9BB38A: hue angle of 95.12º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BB38A is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 155 | 179 | 138 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.30 |
| HSL | 95.12º | 0.21% | 0.62% | - |
| HSV(B) | 95.12º | 0.23% | 0.7% | - |
| XYZ | 34.23 | 41.04 | 30.16 | - |
| YUV | 167.15 | 111.55 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 179 | 138 | 0.13 | 0 | 0.23 | 0.30 | 95.12 | 0.21 | 0.62 |
| Hex | 9B | B3 | 8A | D | 0 | 17 | 1E | 5F | 15 | 3E |
| Octal | 233 | 263 | 212 | 15 | 0 | 27 | 36 | 137 | 25 | 76 |
| Binary | 10011011 | 10110011 | 10001010 | 1101 | 0 | 10111 | 11110 | 1011111 | 10101 | 111110 |
Color Harmonies of #9BB38A
Complementary color
Monochromatic Colors of #9BB38A
Black with #9BB38A
Text Example
Text Example
White with #9BB38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB38A; }
p { color: rgb(155,179,138); }
H1.HeaderClassName
{
color: #9BB38A;
}
.AnyTagClassName
{
color: #9BB38A;
}
</style>
background-color css
<style>
a { background-color: #9BB38A; }
a { background-color: rgb(155,179,138); }
div.DivClassName
{
background-color: #9BB38A;
}
.BgClassName
{
background-color: #9BB38A;
}
</style>
border-color css
<style>
span { border-color: #9BB38A; }
span { border-color: rgb(155,179,138); }
td.TdClassName
{
border-color: #9BB38A;
}
.TagClassName
{
border-color: #9BB38A;
}
</style>