Shades of Norway #A4B98F
Tints of Norway #A4B98F
RGB
CMYK
RGB Variations
Color information
#A4B98F (or 0xA4B98F) is known color: Norway. HEX triplet: A4, B9 and 8F. RGB value is (164,185,143). Sum of RGB (Red+Green+Blue) = 164+185+143=492 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.33% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 143 (56.25% from 255 or 29.07% from 492); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B98F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B98F is #5B4670. Grayscale: #AEAEAE. Windows color (decimal): -5981809 or 9419172. OLE color: 9419172.
HSL color Cylindrical-coordinate representation of color #A4B98F: hue angle of 90º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4B98F is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 185 | 143 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.27 |
| HSL | 90º | 0.23% | 0.64% | - |
| HSV(B) | 90º | 0.23% | 0.73% | - |
| XYZ | 37.62 | 44.57 | 32.61 | - |
| YUV | 173.93 | 110.54 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 185 | 143 | 0.11 | 0 | 0.23 | 0.27 | 90 | 0.23 | 0.64 |
| Hex | A4 | B9 | 8F | B | 0 | 17 | 1B | 5A | 17 | 40 |
| Octal | 244 | 271 | 217 | 13 | 0 | 27 | 33 | 132 | 27 | 100 |
| Binary | 10100100 | 10111001 | 10001111 | 1011 | 0 | 10111 | 11011 | 1011010 | 10111 | 1000000 |
Color Harmonies of #A4B98F
Complementary color
Monochromatic Colors of #A4B98F
Black with #A4B98F
Text Example
Text Example
White with #A4B98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B98F; }
p { color: rgb(164,185,143); }
H1.HeaderClassName
{
color: #A4B98F;
}
.AnyTagClassName
{
color: #A4B98F;
}
</style>
background-color css
<style>
a { background-color: #A4B98F; }
a { background-color: rgb(164,185,143); }
div.DivClassName
{
background-color: #A4B98F;
}
.BgClassName
{
background-color: #A4B98F;
}
</style>
border-color css
<style>
span { border-color: #A4B98F; }
span { border-color: rgb(164,185,143); }
td.TdClassName
{
border-color: #A4B98F;
}
.TagClassName
{
border-color: #A4B98F;
}
</style>