Shades of Norway #A3B782
Tints of Norway #A3B782
RGB
CMYK
RGB Variations
Color information
#A3B782 (or 0xA3B782) is known color: Norway. HEX triplet: A3, B7 and 82. RGB value is (163,183,130). Sum of RGB (Red+Green+Blue) = 163+183+130=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 183 (71.88% from 255 or 38.45% from 476); Blue value is 130 (51.17% from 255 or 27.31% from 476); Max value from RGB is 183 - color contains mainly: green. Hex color #A3B782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B782 is #5C487D. Grayscale: #ABABAB. Windows color (decimal): -6047870 or 8566691. OLE color: 8566691.
HSL color Cylindrical-coordinate representation of color #A3B782: hue angle of 82.64º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3B782 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 183 | 130 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.28 |
| HSL | 82.64º | 0.27% | 0.61% | - |
| HSV(B) | 82.64º | 0.29% | 0.72% | - |
| XYZ | 36.07 | 43.27 | 27.57 | - |
| YUV | 170.98 | 104.87 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 183 | 130 | 0.11 | 0 | 0.29 | 0.28 | 82.64 | 0.27 | 0.61 |
| Hex | A3 | B7 | 82 | B | 0 | 1D | 1C | 53 | 1B | 3D |
| Octal | 243 | 267 | 202 | 13 | 0 | 35 | 34 | 123 | 33 | 75 |
| Binary | 10100011 | 10110111 | 10000010 | 1011 | 0 | 11101 | 11100 | 1010011 | 11011 | 111101 |
Color Harmonies of #A3B782
Complementary color
Monochromatic Colors of #A3B782
Black with #A3B782
Text Example
Text Example
White with #A3B782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B782; }
p { color: rgb(163,183,130); }
H1.HeaderClassName
{
color: #A3B782;
}
.AnyTagClassName
{
color: #A3B782;
}
</style>
background-color css
<style>
a { background-color: #A3B782; }
a { background-color: rgb(163,183,130); }
div.DivClassName
{
background-color: #A3B782;
}
.BgClassName
{
background-color: #A3B782;
}
</style>
border-color css
<style>
span { border-color: #A3B782; }
span { border-color: rgb(163,183,130); }
td.TdClassName
{
border-color: #A3B782;
}
.TagClassName
{
border-color: #A3B782;
}
</style>