Shades of Norway #9BBC85
Tints of Norway #9BBC85
RGB
CMYK
RGB Variations
Color information
#9BBC85 (or 0x9BBC85) is known color: Norway. HEX triplet: 9B, BC and 85. RGB value is (155,188,133). Sum of RGB (Red+Green+Blue) = 155+188+133=476 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.56% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBC85 is #64437A. Grayscale: #ACACAC. Windows color (decimal): -6570875 or 8764571. OLE color: 8764571.
HSL color Cylindrical-coordinate representation of color #9BBC85: hue angle of 96º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BBC85 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 188 | 133 | - |
| CMYK | 0.18 | 0 | 0.29 | 0.26 |
| HSL | 96º | 0.29% | 0.63% | - |
| HSV(B) | 96º | 0.29% | 0.74% | - |
| XYZ | 35.73 | 44.63 | 28.92 | - |
| YUV | 171.86 | 106.07 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 188 | 133 | 0.18 | 0 | 0.29 | 0.26 | 96 | 0.29 | 0.63 |
| Hex | 9B | BC | 85 | 12 | 0 | 1D | 1A | 60 | 1D | 3F |
| Octal | 233 | 274 | 205 | 22 | 0 | 35 | 32 | 140 | 35 | 77 |
| Binary | 10011011 | 10111100 | 10000101 | 10010 | 0 | 11101 | 11010 | 1100000 | 11101 | 111111 |
Color Harmonies of #9BBC85
Complementary color
Monochromatic Colors of #9BBC85
Black with #9BBC85
Text Example
Text Example
White with #9BBC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBC85; }
p { color: rgb(155,188,133); }
H1.HeaderClassName
{
color: #9BBC85;
}
.AnyTagClassName
{
color: #9BBC85;
}
</style>
background-color css
<style>
a { background-color: #9BBC85; }
a { background-color: rgb(155,188,133); }
div.DivClassName
{
background-color: #9BBC85;
}
.BgClassName
{
background-color: #9BBC85;
}
</style>
border-color css
<style>
span { border-color: #9BBC85; }
span { border-color: rgb(155,188,133); }
td.TdClassName
{
border-color: #9BBC85;
}
.TagClassName
{
border-color: #9BBC85;
}
</style>