Shades of Norway #A5C582
Tints of Norway #A5C582
RGB
CMYK
RGB Variations
Color information
#A5C582 (or 0xA5C582) is known color: Norway. HEX triplet: A5, C5 and 82. RGB value is (165,197,130). Sum of RGB (Red+Green+Blue) = 165+197+130=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 197 (77.34% from 255 or 40.04% from 492); Blue value is 130 (51.17% from 255 or 26.42% from 492); Max value from RGB is 197 - color contains mainly: green. Hex color #A5C582 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C582 is #5A3A7D. Grayscale: #B4B4B4. Windows color (decimal): -5913214 or 8570277. OLE color: 8570277.
HSL color Cylindrical-coordinate representation of color #A5C582: hue angle of 88.66º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5C582 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 197 | 130 | - |
| CMYK | 0.16 | 0 | 0.34 | 0.23 |
| HSL | 88.66º | 0.37% | 0.64% | - |
| HSV(B) | 88.66º | 0.34% | 0.77% | - |
| XYZ | 39.51 | 49.54 | 28.6 | - |
| YUV | 179.79 | 99.9 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 197 | 130 | 0.16 | 0 | 0.34 | 0.23 | 88.66 | 0.37 | 0.64 |
| Hex | A5 | C5 | 82 | 10 | 0 | 22 | 17 | 59 | 25 | 40 |
| Octal | 245 | 305 | 202 | 20 | 0 | 42 | 27 | 131 | 45 | 100 |
| Binary | 10100101 | 11000101 | 10000010 | 10000 | 0 | 100010 | 10111 | 1011001 | 100101 | 1000000 |
Color Harmonies of #A5C582
Complementary color
Monochromatic Colors of #A5C582
Black with #A5C582
Text Example
Text Example
White with #A5C582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C582; }
p { color: rgb(165,197,130); }
H1.HeaderClassName
{
color: #A5C582;
}
.AnyTagClassName
{
color: #A5C582;
}
</style>
background-color css
<style>
a { background-color: #A5C582; }
a { background-color: rgb(165,197,130); }
div.DivClassName
{
background-color: #A5C582;
}
.BgClassName
{
background-color: #A5C582;
}
</style>
border-color css
<style>
span { border-color: #A5C582; }
span { border-color: rgb(165,197,130); }
td.TdClassName
{
border-color: #A5C582;
}
.TagClassName
{
border-color: #A5C582;
}
</style>