Shades of Norway #9BBE84
Tints of Norway #9BBE84
RGB
CMYK
RGB Variations
Color information
#9BBE84 (or 0x9BBE84) is known color: Norway. HEX triplet: 9B, BE and 84. RGB value is (155,190,132). Sum of RGB (Red+Green+Blue) = 155+190+132=477 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.49% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 132 (51.95% from 255 or 27.67% from 477); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBE84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBE84 is #64417B. Grayscale: #ADADAD. Windows color (decimal): -6570364 or 8699547. OLE color: 8699547.
HSL color Cylindrical-coordinate representation of color #9BBE84: hue angle of 96.21º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BBE84 is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 190 | 132 | - |
| CMYK | 0.18 | 0 | 0.31 | 0.25 |
| HSL | 96.21º | 0.31% | 0.63% | - |
| HSV(B) | 96.21º | 0.31% | 0.75% | - |
| XYZ | 36.1 | 45.46 | 28.7 | - |
| YUV | 172.92 | 104.9 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 190 | 132 | 0.18 | 0 | 0.31 | 0.25 | 96.21 | 0.31 | 0.63 |
| Hex | 9B | BE | 84 | 12 | 0 | 1F | 19 | 60 | 1F | 3F |
| Octal | 233 | 276 | 204 | 22 | 0 | 37 | 31 | 140 | 37 | 77 |
| Binary | 10011011 | 10111110 | 10000100 | 10010 | 0 | 11111 | 11001 | 1100000 | 11111 | 111111 |
Color Harmonies of #9BBE84
Complementary color
Monochromatic Colors of #9BBE84
Black with #9BBE84
Text Example
Text Example
White with #9BBE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBE84; }
p { color: rgb(155,190,132); }
H1.HeaderClassName
{
color: #9BBE84;
}
.AnyTagClassName
{
color: #9BBE84;
}
</style>
background-color css
<style>
a { background-color: #9BBE84; }
a { background-color: rgb(155,190,132); }
div.DivClassName
{
background-color: #9BBE84;
}
.BgClassName
{
background-color: #9BBE84;
}
</style>
border-color css
<style>
span { border-color: #9BBE84; }
span { border-color: rgb(155,190,132); }
td.TdClassName
{
border-color: #9BBE84;
}
.TagClassName
{
border-color: #9BBE84;
}
</style>