Shades of Norway #A3B58B
Tints of Norway #A3B58B
RGB
CMYK
RGB Variations
Color information
#A3B58B (or 0xA3B58B) is known color: Norway. HEX triplet: A3, B5 and 8B. RGB value is (163,181,139). Sum of RGB (Red+Green+Blue) = 163+181+139=483 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.75% from 483); Green value is 181 (71.09% from 255 or 37.47% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 181 - color contains mainly: green. Hex color #A3B58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B58B is #5C4A74. Grayscale: #AAAAAA. Windows color (decimal): -6048373 or 9156003. OLE color: 9156003.
HSL color Cylindrical-coordinate representation of color #A3B58B: hue angle of 85.71º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A3B58B is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 181 | 139 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.29 |
| HSL | 85.71º | 0.22% | 0.63% | - |
| HSV(B) | 85.71º | 0.23% | 0.71% | - |
| XYZ | 36.29 | 42.7 | 30.76 | - |
| YUV | 170.83 | 110.04 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 181 | 139 | 0.10 | 0 | 0.23 | 0.29 | 85.71 | 0.22 | 0.63 |
| Hex | A3 | B5 | 8B | A | 0 | 17 | 1D | 56 | 16 | 3F |
| Octal | 243 | 265 | 213 | 12 | 0 | 27 | 35 | 126 | 26 | 77 |
| Binary | 10100011 | 10110101 | 10001011 | 1010 | 0 | 10111 | 11101 | 1010110 | 10110 | 111111 |
Color Harmonies of #A3B58B
Complementary color
Monochromatic Colors of #A3B58B
Black with #A3B58B
Text Example
Text Example
White with #A3B58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B58B; }
p { color: rgb(163,181,139); }
H1.HeaderClassName
{
color: #A3B58B;
}
.AnyTagClassName
{
color: #A3B58B;
}
</style>
background-color css
<style>
a { background-color: #A3B58B; }
a { background-color: rgb(163,181,139); }
div.DivClassName
{
background-color: #A3B58B;
}
.BgClassName
{
background-color: #A3B58B;
}
</style>
border-color css
<style>
span { border-color: #A3B58B; }
span { border-color: rgb(163,181,139); }
td.TdClassName
{
border-color: #A3B58B;
}
.TagClassName
{
border-color: #A3B58B;
}
</style>