Shades of Norway #9BBC83
Tints of Norway #9BBC83
RGB
CMYK
RGB Variations
Color information
#9BBC83 (or 0x9BBC83) is known color: Norway. HEX triplet: 9B, BC and 83. RGB value is (155,188,131). Sum of RGB (Red+Green+Blue) = 155+188+131=474 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.70% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 131 (51.56% from 255 or 27.64% from 474); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBC83 is #64437C. Grayscale: #ABABAB. Windows color (decimal): -6570877 or 8633499. OLE color: 8633499.
HSL color Cylindrical-coordinate representation of color #9BBC83: hue angle of 94.74º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BBC83 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 188 | 131 | - |
| CMYK | 0.18 | 0 | 0.30 | 0.26 |
| HSL | 94.74º | 0.3% | 0.63% | - |
| HSV(B) | 94.74º | 0.3% | 0.74% | - |
| XYZ | 35.6 | 44.57 | 28.2 | - |
| YUV | 171.64 | 105.07 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 188 | 131 | 0.18 | 0 | 0.30 | 0.26 | 94.74 | 0.3 | 0.63 |
| Hex | 9B | BC | 83 | 12 | 0 | 1E | 1A | 5F | 1E | 3F |
| Octal | 233 | 274 | 203 | 22 | 0 | 36 | 32 | 137 | 36 | 77 |
| Binary | 10011011 | 10111100 | 10000011 | 10010 | 0 | 11110 | 11010 | 1011111 | 11110 | 111111 |
Color Harmonies of #9BBC83
Complementary color
Monochromatic Colors of #9BBC83
Black with #9BBC83
Text Example
Text Example
White with #9BBC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBC83; }
p { color: rgb(155,188,131); }
H1.HeaderClassName
{
color: #9BBC83;
}
.AnyTagClassName
{
color: #9BBC83;
}
</style>
background-color css
<style>
a { background-color: #9BBC83; }
a { background-color: rgb(155,188,131); }
div.DivClassName
{
background-color: #9BBC83;
}
.BgClassName
{
background-color: #9BBC83;
}
</style>
border-color css
<style>
span { border-color: #9BBC83; }
span { border-color: rgb(155,188,131); }
td.TdClassName
{
border-color: #9BBC83;
}
.TagClassName
{
border-color: #9BBC83;
}
</style>