Shades of Norway #A4C292
Tints of Norway #A4C292
RGB
CMYK
RGB Variations
Color information
#A4C292 (or 0xA4C292) is known color: Norway. HEX triplet: A4, C2 and 92. RGB value is (164,194,146). Sum of RGB (Red+Green+Blue) = 164+194+146=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 146 (57.42% from 255 or 28.97% from 504); Max value from RGB is 194 - color contains mainly: green. Hex color #A4C292 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C292 is #5B3D6D. Grayscale: #B3B3B3. Windows color (decimal): -5979502 or 9618084. OLE color: 9618084.
HSL color Cylindrical-coordinate representation of color #A4C292: hue angle of 97.5º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4C292 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 194 | 146 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.24 |
| HSL | 97.5º | 0.28% | 0.67% | - |
| HSV(B) | 97.5º | 0.25% | 0.76% | - |
| XYZ | 39.79 | 48.55 | 34.47 | - |
| YUV | 179.56 | 109.06 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 194 | 146 | 0.15 | 0 | 0.25 | 0.24 | 97.5 | 0.28 | 0.67 |
| Hex | A4 | C2 | 92 | F | 0 | 19 | 18 | 62 | 1C | 43 |
| Octal | 244 | 302 | 222 | 17 | 0 | 31 | 30 | 142 | 34 | 103 |
| Binary | 10100100 | 11000010 | 10010010 | 1111 | 0 | 11001 | 11000 | 1100010 | 11100 | 1000011 |
Color Harmonies of #A4C292
Complementary color
Monochromatic Colors of #A4C292
Black with #A4C292
Text Example
Text Example
White with #A4C292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C292; }
p { color: rgb(164,194,146); }
H1.HeaderClassName
{
color: #A4C292;
}
.AnyTagClassName
{
color: #A4C292;
}
</style>
background-color css
<style>
a { background-color: #A4C292; }
a { background-color: rgb(164,194,146); }
div.DivClassName
{
background-color: #A4C292;
}
.BgClassName
{
background-color: #A4C292;
}
</style>
border-color css
<style>
span { border-color: #A4C292; }
span { border-color: rgb(164,194,146); }
td.TdClassName
{
border-color: #A4C292;
}
.TagClassName
{
border-color: #A4C292;
}
</style>