Shades of Norway #A4C081
Tints of Norway #A4C081
RGB
CMYK
RGB Variations
Color information
#A4C081 (or 0xA4C081) is known color: Norway. HEX triplet: A4, C0 and 81. RGB value is (164,192,129). Sum of RGB (Red+Green+Blue) = 164+192+129=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 129 (50.78% from 255 or 26.60% from 485); Max value from RGB is 192 - color contains mainly: green. Hex color #A4C081 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C081 is #5B3F7E. Grayscale: #B0B0B0. Windows color (decimal): -5980031 or 8503460. OLE color: 8503460.
HSL color Cylindrical-coordinate representation of color #A4C081: hue angle of 86.67º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4C081 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 192 | 129 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.25 |
| HSL | 86.67º | 0.33% | 0.63% | - |
| HSV(B) | 86.67º | 0.33% | 0.75% | - |
| XYZ | 38.12 | 47.18 | 27.87 | - |
| YUV | 176.45 | 101.22 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 192 | 129 | 0.15 | 0 | 0.33 | 0.25 | 86.67 | 0.33 | 0.63 |
| Hex | A4 | C0 | 81 | F | 0 | 21 | 19 | 57 | 21 | 3F |
| Octal | 244 | 300 | 201 | 17 | 0 | 41 | 31 | 127 | 41 | 77 |
| Binary | 10100100 | 11000000 | 10000001 | 1111 | 0 | 100001 | 11001 | 1010111 | 100001 | 111111 |
Color Harmonies of #A4C081
Complementary color
Monochromatic Colors of #A4C081
Black with #A4C081
Text Example
Text Example
White with #A4C081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C081; }
p { color: rgb(164,192,129); }
H1.HeaderClassName
{
color: #A4C081;
}
.AnyTagClassName
{
color: #A4C081;
}
</style>
background-color css
<style>
a { background-color: #A4C081; }
a { background-color: rgb(164,192,129); }
div.DivClassName
{
background-color: #A4C081;
}
.BgClassName
{
background-color: #A4C081;
}
</style>
border-color css
<style>
span { border-color: #A4C081; }
span { border-color: rgb(164,192,129); }
td.TdClassName
{
border-color: #A4C081;
}
.TagClassName
{
border-color: #A4C081;
}
</style>