Shades of Norway #A3B98B
Tints of Norway #A3B98B
RGB
CMYK
RGB Variations
Color information
#A3B98B (or 0xA3B98B) is known color: Norway. HEX triplet: A3, B9 and 8B. RGB value is (163,185,139). Sum of RGB (Red+Green+Blue) = 163+185+139=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 185 - color contains mainly: green. Hex color #A3B98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B98B is #5C4674. Grayscale: #ADADAD. Windows color (decimal): -6047349 or 9157027. OLE color: 9157027.
HSL color Cylindrical-coordinate representation of color #A3B98B: hue angle of 88.7º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A3B98B is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 185 | 139 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.27 |
| HSL | 88.7º | 0.25% | 0.64% | - |
| HSV(B) | 88.7º | 0.25% | 0.73% | - |
| XYZ | 37.11 | 44.35 | 31.03 | - |
| YUV | 173.18 | 108.71 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 185 | 139 | 0.12 | 0 | 0.25 | 0.27 | 88.7 | 0.25 | 0.64 |
| Hex | A3 | B9 | 8B | C | 0 | 19 | 1B | 59 | 19 | 40 |
| Octal | 243 | 271 | 213 | 14 | 0 | 31 | 33 | 131 | 31 | 100 |
| Binary | 10100011 | 10111001 | 10001011 | 1100 | 0 | 11001 | 11011 | 1011001 | 11001 | 1000000 |
Color Harmonies of #A3B98B
Complementary color
Monochromatic Colors of #A3B98B
Black with #A3B98B
Text Example
Text Example
White with #A3B98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B98B; }
p { color: rgb(163,185,139); }
H1.HeaderClassName
{
color: #A3B98B;
}
.AnyTagClassName
{
color: #A3B98B;
}
</style>
background-color css
<style>
a { background-color: #A3B98B; }
a { background-color: rgb(163,185,139); }
div.DivClassName
{
background-color: #A3B98B;
}
.BgClassName
{
background-color: #A3B98B;
}
</style>
border-color css
<style>
span { border-color: #A3B98B; }
span { border-color: rgb(163,185,139); }
td.TdClassName
{
border-color: #A3B98B;
}
.TagClassName
{
border-color: #A3B98B;
}
</style>