Shades of Norway #A4C091
Tints of Norway #A4C091
RGB
CMYK
RGB Variations
Color information
#A4C091 (or 0xA4C091) is known color: Norway. HEX triplet: A4, C0 and 91. RGB value is (164,192,145). Sum of RGB (Red+Green+Blue) = 164+192+145=501 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.73% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 145 (57.03% from 255 or 28.94% from 501); Max value from RGB is 192 - color contains mainly: green. Hex color #A4C091 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C091 is #5B3F6E. Grayscale: #B2B2B2. Windows color (decimal): -5980015 or 9552036. OLE color: 9552036.
HSL color Cylindrical-coordinate representation of color #A4C091: hue angle of 95.74º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A4C091 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 192 | 145 | - |
| CMYK | 0.15 | 0 | 0.24 | 0.25 |
| HSL | 95.74º | 0.27% | 0.66% | - |
| HSV(B) | 95.74º | 0.24% | 0.75% | - |
| XYZ | 39.27 | 47.64 | 33.91 | - |
| YUV | 178.27 | 109.22 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 192 | 145 | 0.15 | 0 | 0.24 | 0.25 | 95.74 | 0.27 | 0.66 |
| Hex | A4 | C0 | 91 | F | 0 | 18 | 19 | 60 | 1B | 42 |
| Octal | 244 | 300 | 221 | 17 | 0 | 30 | 31 | 140 | 33 | 102 |
| Binary | 10100100 | 11000000 | 10010001 | 1111 | 0 | 11000 | 11001 | 1100000 | 11011 | 1000010 |
Color Harmonies of #A4C091
Complementary color
Monochromatic Colors of #A4C091
Black with #A4C091
Text Example
Text Example
White with #A4C091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C091; }
p { color: rgb(164,192,145); }
H1.HeaderClassName
{
color: #A4C091;
}
.AnyTagClassName
{
color: #A4C091;
}
</style>
background-color css
<style>
a { background-color: #A4C091; }
a { background-color: rgb(164,192,145); }
div.DivClassName
{
background-color: #A4C091;
}
.BgClassName
{
background-color: #A4C091;
}
</style>
border-color css
<style>
span { border-color: #A4C091; }
span { border-color: rgb(164,192,145); }
td.TdClassName
{
border-color: #A4C091;
}
.TagClassName
{
border-color: #A4C091;
}
</style>