Shades of Norway #A4C680
Tints of Norway #A4C680
RGB
CMYK
RGB Variations
Color information
#A4C680 (or 0xA4C680) is known color: Norway. HEX triplet: A4, C6 and 80. RGB value is (164,198,128). Sum of RGB (Red+Green+Blue) = 164+198+128=490 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.47% from 490); Green value is 198 (77.73% from 255 or 40.41% from 490); Blue value is 128 (50.39% from 255 or 26.12% from 490); Max value from RGB is 198 - color contains mainly: green. Hex color #A4C680 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C680 is #5B397F. Grayscale: #B4B4B4. Windows color (decimal): -5978496 or 8439460. OLE color: 8439460.
HSL color Cylindrical-coordinate representation of color #A4C680: hue angle of 89.14º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4C680 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 198 | 128 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.22 |
| HSL | 89.14º | 0.38% | 0.64% | - |
| HSV(B) | 89.14º | 0.35% | 0.78% | - |
| XYZ | 39.4 | 49.84 | 27.97 | - |
| YUV | 179.85 | 98.74 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 198 | 128 | 0.17 | 0 | 0.35 | 0.22 | 89.14 | 0.38 | 0.64 |
| Hex | A4 | C6 | 80 | 11 | 0 | 23 | 16 | 59 | 26 | 40 |
| Octal | 244 | 306 | 200 | 21 | 0 | 43 | 26 | 131 | 46 | 100 |
| Binary | 10100100 | 11000110 | 10000000 | 10001 | 0 | 100011 | 10110 | 1011001 | 100110 | 1000000 |
Color Harmonies of #A4C680
Complementary color
Monochromatic Colors of #A4C680
Black with #A4C680
Text Example
Text Example
White with #A4C680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C680; }
p { color: rgb(164,198,128); }
H1.HeaderClassName
{
color: #A4C680;
}
.AnyTagClassName
{
color: #A4C680;
}
</style>
background-color css
<style>
a { background-color: #A4C680; }
a { background-color: rgb(164,198,128); }
div.DivClassName
{
background-color: #A4C680;
}
.BgClassName
{
background-color: #A4C680;
}
</style>
border-color css
<style>
span { border-color: #A4C680; }
span { border-color: rgb(164,198,128); }
td.TdClassName
{
border-color: #A4C680;
}
.TagClassName
{
border-color: #A4C680;
}
</style>