Shades of Norway #A5B984
Tints of Norway #A5B984
RGB
CMYK
RGB Variations
Color information
#A5B984 (or 0xA5B984) is known color: Norway. HEX triplet: A5, B9 and 84. RGB value is (165,185,132). Sum of RGB (Red+Green+Blue) = 165+185+132=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 132 (51.95% from 255 or 27.39% from 482); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B984 is #5A467B. Grayscale: #ADADAD. Windows color (decimal): -5916284 or 8698277. OLE color: 8698277.
HSL color Cylindrical-coordinate representation of color #A5B984: hue angle of 82.64º degrees, saturation: 0.27, 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 #A5B984 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 185 | 132 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.27 |
| HSL | 82.64º | 0.27% | 0.62% | - |
| HSV(B) | 82.64º | 0.29% | 0.73% | - |
| XYZ | 37.03 | 44.36 | 28.44 | - |
| YUV | 172.98 | 104.87 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 185 | 132 | 0.11 | 0 | 0.29 | 0.27 | 82.64 | 0.27 | 0.62 |
| Hex | A5 | B9 | 84 | B | 0 | 1D | 1B | 53 | 1B | 3E |
| Octal | 245 | 271 | 204 | 13 | 0 | 35 | 33 | 123 | 33 | 76 |
| Binary | 10100101 | 10111001 | 10000100 | 1011 | 0 | 11101 | 11011 | 1010011 | 11011 | 111110 |
Color Harmonies of #A5B984
Complementary color
Monochromatic Colors of #A5B984
Black with #A5B984
Text Example
Text Example
White with #A5B984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B984; }
p { color: rgb(165,185,132); }
H1.HeaderClassName
{
color: #A5B984;
}
.AnyTagClassName
{
color: #A5B984;
}
</style>
background-color css
<style>
a { background-color: #A5B984; }
a { background-color: rgb(165,185,132); }
div.DivClassName
{
background-color: #A5B984;
}
.BgClassName
{
background-color: #A5B984;
}
</style>
border-color css
<style>
span { border-color: #A5B984; }
span { border-color: rgb(165,185,132); }
td.TdClassName
{
border-color: #A5B984;
}
.TagClassName
{
border-color: #A5B984;
}
</style>