Shades of Norway #A4B992
Tints of Norway #A4B992
RGB
CMYK
RGB Variations
Color information
#A4B992 (or 0xA4B992) is known color: Norway. HEX triplet: A4, B9 and 92. RGB value is (164,185,146). Sum of RGB (Red+Green+Blue) = 164+185+146=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 185 (72.66% from 255 or 37.37% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B992 is #5B466D. Grayscale: #AEAEAE. Windows color (decimal): -5981806 or 9615780. OLE color: 9615780.
HSL color Cylindrical-coordinate representation of color #A4B992: hue angle of 92.31º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A4B992 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 185 | 146 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.27 |
| HSL | 92.31º | 0.22% | 0.65% | - |
| HSV(B) | 92.31º | 0.21% | 0.73% | - |
| XYZ | 37.85 | 44.67 | 33.82 | - |
| YUV | 174.28 | 112.04 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 185 | 146 | 0.11 | 0 | 0.21 | 0.27 | 92.31 | 0.22 | 0.65 |
| Hex | A4 | B9 | 92 | B | 0 | 15 | 1B | 5C | 16 | 41 |
| Octal | 244 | 271 | 222 | 13 | 0 | 25 | 33 | 134 | 26 | 101 |
| Binary | 10100100 | 10111001 | 10010010 | 1011 | 0 | 10101 | 11011 | 1011100 | 10110 | 1000001 |
Color Harmonies of #A4B992
Complementary color
Monochromatic Colors of #A4B992
Black with #A4B992
Text Example
Text Example
White with #A4B992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B992; }
p { color: rgb(164,185,146); }
H1.HeaderClassName
{
color: #A4B992;
}
.AnyTagClassName
{
color: #A4B992;
}
</style>
background-color css
<style>
a { background-color: #A4B992; }
a { background-color: rgb(164,185,146); }
div.DivClassName
{
background-color: #A4B992;
}
.BgClassName
{
background-color: #A4B992;
}
</style>
border-color css
<style>
span { border-color: #A4B992; }
span { border-color: rgb(164,185,146); }
td.TdClassName
{
border-color: #A4B992;
}
.TagClassName
{
border-color: #A4B992;
}
</style>