Shades of Norway #9DBA84
Tints of Norway #9DBA84
RGB
CMYK
RGB Variations
Color information
#9DBA84 (or 0x9DBA84) is known color: Norway. HEX triplet: 9D, BA and 84. RGB value is (157,186,132). Sum of RGB (Red+Green+Blue) = 157+186+132=475 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.05% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBA84 is #62457B. Grayscale: #ABABAB. Windows color (decimal): -6440316 or 8698525. OLE color: 8698525.
HSL color Cylindrical-coordinate representation of color #9DBA84: hue angle of 92.22º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DBA84 is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 186 | 132 | - |
| CMYK | 0.16 | 0 | 0.29 | 0.27 |
| HSL | 92.22º | 0.28% | 0.62% | - |
| HSV(B) | 92.22º | 0.29% | 0.73% | - |
| XYZ | 35.63 | 43.95 | 28.44 | - |
| YUV | 171.17 | 105.89 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 186 | 132 | 0.16 | 0 | 0.29 | 0.27 | 92.22 | 0.28 | 0.62 |
| Hex | 9D | BA | 84 | 10 | 0 | 1D | 1B | 5C | 1C | 3E |
| Octal | 235 | 272 | 204 | 20 | 0 | 35 | 33 | 134 | 34 | 76 |
| Binary | 10011101 | 10111010 | 10000100 | 10000 | 0 | 11101 | 11011 | 1011100 | 11100 | 111110 |
Color Harmonies of #9DBA84
Complementary color
Monochromatic Colors of #9DBA84
Black with #9DBA84
Text Example
Text Example
White with #9DBA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBA84; }
p { color: rgb(157,186,132); }
H1.HeaderClassName
{
color: #9DBA84;
}
.AnyTagClassName
{
color: #9DBA84;
}
</style>
background-color css
<style>
a { background-color: #9DBA84; }
a { background-color: rgb(157,186,132); }
div.DivClassName
{
background-color: #9DBA84;
}
.BgClassName
{
background-color: #9DBA84;
}
</style>
border-color css
<style>
span { border-color: #9DBA84; }
span { border-color: rgb(157,186,132); }
td.TdClassName
{
border-color: #9DBA84;
}
.TagClassName
{
border-color: #9DBA84;
}
</style>