Shades of Norway #9DBB84
Tints of Norway #9DBB84
RGB
CMYK
RGB Variations
Color information
#9DBB84 (or 0x9DBB84) is known color: Norway. HEX triplet: 9D, BB and 84. RGB value is (157,187,132). Sum of RGB (Red+Green+Blue) = 157+187+132=476 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.98% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 132 (51.95% from 255 or 27.73% from 476); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBB84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBB84 is #62447B. Grayscale: #ABABAB. Windows color (decimal): -6440060 or 8698781. OLE color: 8698781.
HSL color Cylindrical-coordinate representation of color #9DBB84: hue angle of 92.73º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DBB84 is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 187 | 132 | - |
| CMYK | 0.16 | 0 | 0.29 | 0.27 |
| HSL | 92.73º | 0.29% | 0.63% | - |
| HSV(B) | 92.73º | 0.29% | 0.73% | - |
| XYZ | 35.84 | 44.37 | 28.51 | - |
| YUV | 171.76 | 105.56 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 187 | 132 | 0.16 | 0 | 0.29 | 0.27 | 92.73 | 0.29 | 0.63 |
| Hex | 9D | BB | 84 | 10 | 0 | 1D | 1B | 5D | 1D | 3F |
| Octal | 235 | 273 | 204 | 20 | 0 | 35 | 33 | 135 | 35 | 77 |
| Binary | 10011101 | 10111011 | 10000100 | 10000 | 0 | 11101 | 11011 | 1011101 | 11101 | 111111 |
Color Harmonies of #9DBB84
Complementary color
Monochromatic Colors of #9DBB84
Black with #9DBB84
Text Example
Text Example
White with #9DBB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBB84; }
p { color: rgb(157,187,132); }
H1.HeaderClassName
{
color: #9DBB84;
}
.AnyTagClassName
{
color: #9DBB84;
}
</style>
background-color css
<style>
a { background-color: #9DBB84; }
a { background-color: rgb(157,187,132); }
div.DivClassName
{
background-color: #9DBB84;
}
.BgClassName
{
background-color: #9DBB84;
}
</style>
border-color css
<style>
span { border-color: #9DBB84; }
span { border-color: rgb(157,187,132); }
td.TdClassName
{
border-color: #9DBB84;
}
.TagClassName
{
border-color: #9DBB84;
}
</style>