Shades of Norway #9BB18A
Tints of Norway #9BB18A
RGB
CMYK
RGB Variations
Color information
#9BB18A (or 0x9BB18A) is known color: Norway. HEX triplet: 9B, B1 and 8A. RGB value is (155,177,138). Sum of RGB (Red+Green+Blue) = 155+177+138=470 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.98% from 470); Green value is 177 (69.53% from 255 or 37.66% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 177 - color contains mainly: green. Hex color #9BB18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BB18A is #644E75. Grayscale: #A6A6A6. Windows color (decimal): -6573686 or 9089435. OLE color: 9089435.
HSL color Cylindrical-coordinate representation of color #9BB18A: hue angle of 93.85º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9BB18A is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 177 | 138 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.31 |
| HSL | 93.85º | 0.2% | 0.62% | - |
| HSV(B) | 93.85º | 0.22% | 0.69% | - |
| XYZ | 33.83 | 40.25 | 30.03 | - |
| YUV | 165.98 | 112.21 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 177 | 138 | 0.12 | 0 | 0.22 | 0.31 | 93.85 | 0.2 | 0.62 |
| Hex | 9B | B1 | 8A | C | 0 | 16 | 1F | 5E | 14 | 3E |
| Octal | 233 | 261 | 212 | 14 | 0 | 26 | 37 | 136 | 24 | 76 |
| Binary | 10011011 | 10110001 | 10001010 | 1100 | 0 | 10110 | 11111 | 1011110 | 10100 | 111110 |
Color Harmonies of #9BB18A
Complementary color
Monochromatic Colors of #9BB18A
Black with #9BB18A
Text Example
Text Example
White with #9BB18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB18A; }
p { color: rgb(155,177,138); }
H1.HeaderClassName
{
color: #9BB18A;
}
.AnyTagClassName
{
color: #9BB18A;
}
</style>
background-color css
<style>
a { background-color: #9BB18A; }
a { background-color: rgb(155,177,138); }
div.DivClassName
{
background-color: #9BB18A;
}
.BgClassName
{
background-color: #9BB18A;
}
</style>
border-color css
<style>
span { border-color: #9BB18A; }
span { border-color: rgb(155,177,138); }
td.TdClassName
{
border-color: #9BB18A;
}
.TagClassName
{
border-color: #9BB18A;
}
</style>