Shades of Norway #9BB185
Tints of Norway #9BB185
RGB
CMYK
RGB Variations
Color information
#9BB185 (or 0x9BB185) is known color: Norway. HEX triplet: 9B, B1 and 85. RGB value is (155,177,133). Sum of RGB (Red+Green+Blue) = 155+177+133=465 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.33% from 465); Green value is 177 (69.53% from 255 or 38.06% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 177 - color contains mainly: green. Hex color #9BB185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BB185 is #644E7A. Grayscale: #A5A5A5. Windows color (decimal): -6573691 or 8761755. OLE color: 8761755.
HSL color Cylindrical-coordinate representation of color #9BB185: hue angle of 90º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BB185 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 177 | 133 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.31 |
| HSL | 90º | 0.22% | 0.61% | - |
| HSV(B) | 90º | 0.25% | 0.69% | - |
| XYZ | 33.47 | 40.11 | 28.17 | - |
| YUV | 165.41 | 109.71 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 177 | 133 | 0.12 | 0 | 0.25 | 0.31 | 90 | 0.22 | 0.61 |
| Hex | 9B | B1 | 85 | C | 0 | 19 | 1F | 5A | 16 | 3D |
| Octal | 233 | 261 | 205 | 14 | 0 | 31 | 37 | 132 | 26 | 75 |
| Binary | 10011011 | 10110001 | 10000101 | 1100 | 0 | 11001 | 11111 | 1011010 | 10110 | 111101 |
Color Harmonies of #9BB185
Complementary color
Monochromatic Colors of #9BB185
Black with #9BB185
Text Example
Text Example
White with #9BB185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB185; }
p { color: rgb(155,177,133); }
H1.HeaderClassName
{
color: #9BB185;
}
.AnyTagClassName
{
color: #9BB185;
}
</style>
background-color css
<style>
a { background-color: #9BB185; }
a { background-color: rgb(155,177,133); }
div.DivClassName
{
background-color: #9BB185;
}
.BgClassName
{
background-color: #9BB185;
}
</style>
border-color css
<style>
span { border-color: #9BB185; }
span { border-color: rgb(155,177,133); }
td.TdClassName
{
border-color: #9BB185;
}
.TagClassName
{
border-color: #9BB185;
}
</style>