Shades of Norway #A4B98A
Tints of Norway #A4B98A
RGB
CMYK
RGB Variations
Color information
#A4B98A (or 0xA4B98A) is known color: Norway. HEX triplet: A4, B9 and 8A. RGB value is (164,185,138). Sum of RGB (Red+Green+Blue) = 164+185+138=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B98A is #5B4675. Grayscale: #ADADAD. Windows color (decimal): -5981814 or 9091492. OLE color: 9091492.
HSL color Cylindrical-coordinate representation of color #A4B98A: hue angle of 86.81º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4B98A is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 185 | 138 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.27 |
| HSL | 86.81º | 0.25% | 0.63% | - |
| HSV(B) | 86.81º | 0.25% | 0.73% | - |
| XYZ | 37.25 | 44.43 | 30.66 | - |
| YUV | 173.36 | 108.04 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 185 | 138 | 0.11 | 0 | 0.25 | 0.27 | 86.81 | 0.25 | 0.63 |
| Hex | A4 | B9 | 8A | B | 0 | 19 | 1B | 57 | 19 | 3F |
| Octal | 244 | 271 | 212 | 13 | 0 | 31 | 33 | 127 | 31 | 77 |
| Binary | 10100100 | 10111001 | 10001010 | 1011 | 0 | 11001 | 11011 | 1010111 | 11001 | 111111 |
Color Harmonies of #A4B98A
Complementary color
Monochromatic Colors of #A4B98A
Black with #A4B98A
Text Example
Text Example
White with #A4B98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B98A; }
p { color: rgb(164,185,138); }
H1.HeaderClassName
{
color: #A4B98A;
}
.AnyTagClassName
{
color: #A4B98A;
}
</style>
background-color css
<style>
a { background-color: #A4B98A; }
a { background-color: rgb(164,185,138); }
div.DivClassName
{
background-color: #A4B98A;
}
.BgClassName
{
background-color: #A4B98A;
}
</style>
border-color css
<style>
span { border-color: #A4B98A; }
span { border-color: rgb(164,185,138); }
td.TdClassName
{
border-color: #A4B98A;
}
.TagClassName
{
border-color: #A4B98A;
}
</style>