Shades of Norway #9BBC8C
Tints of Norway #9BBC8C
RGB
CMYK
RGB Variations
Color information
#9BBC8C (or 0x9BBC8C) is known color: Norway. HEX triplet: 9B, BC and 8C. RGB value is (155,188,140). Sum of RGB (Red+Green+Blue) = 155+188+140=483 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.09% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBC8C is #644373. Grayscale: #ACACAC. Windows color (decimal): -6570868 or 9223323. OLE color: 9223323.
HSL color Cylindrical-coordinate representation of color #9BBC8C: hue angle of 101.25º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9BBC8C is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 188 | 140 | - |
| CMYK | 0.18 | 0 | 0.26 | 0.26 |
| HSL | 101.25º | 0.26% | 0.64% | - |
| HSV(B) | 101.25º | 0.26% | 0.74% | - |
| XYZ | 36.23 | 44.83 | 31.55 | - |
| YUV | 172.66 | 109.57 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 188 | 140 | 0.18 | 0 | 0.26 | 0.26 | 101.25 | 0.26 | 0.64 |
| Hex | 9B | BC | 8C | 12 | 0 | 1A | 1A | 65 | 1A | 40 |
| Octal | 233 | 274 | 214 | 22 | 0 | 32 | 32 | 145 | 32 | 100 |
| Binary | 10011011 | 10111100 | 10001100 | 10010 | 0 | 11010 | 11010 | 1100101 | 11010 | 1000000 |
Color Harmonies of #9BBC8C
Complementary color
Monochromatic Colors of #9BBC8C
Black with #9BBC8C
Text Example
Text Example
White with #9BBC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBC8C; }
p { color: rgb(155,188,140); }
H1.HeaderClassName
{
color: #9BBC8C;
}
.AnyTagClassName
{
color: #9BBC8C;
}
</style>
background-color css
<style>
a { background-color: #9BBC8C; }
a { background-color: rgb(155,188,140); }
div.DivClassName
{
background-color: #9BBC8C;
}
.BgClassName
{
background-color: #9BBC8C;
}
</style>
border-color css
<style>
span { border-color: #9BBC8C; }
span { border-color: rgb(155,188,140); }
td.TdClassName
{
border-color: #9BBC8C;
}
.TagClassName
{
border-color: #9BBC8C;
}
</style>