Shades of Norway #A4C093
Tints of Norway #A4C093
RGB
CMYK
RGB Variations
Color information
#A4C093 (or 0xA4C093) is known color: Norway. HEX triplet: A4, C0 and 93. RGB value is (164,192,147). Sum of RGB (Red+Green+Blue) = 164+192+147=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 147 (57.81% from 255 or 29.22% from 503); Max value from RGB is 192 - color contains mainly: green. Hex color #A4C093 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C093 is #5B3F6C. Grayscale: #B2B2B2. Windows color (decimal): -5980013 or 9683108. OLE color: 9683108.
HSL color Cylindrical-coordinate representation of color #A4C093: hue angle of 97.33º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4C093 is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 192 | 147 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.25 |
| HSL | 97.33º | 0.26% | 0.66% | - |
| HSV(B) | 97.33º | 0.23% | 0.75% | - |
| XYZ | 39.43 | 47.7 | 34.73 | - |
| YUV | 178.5 | 110.22 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 192 | 147 | 0.15 | 0 | 0.23 | 0.25 | 97.33 | 0.26 | 0.66 |
| Hex | A4 | C0 | 93 | F | 0 | 17 | 19 | 61 | 1A | 42 |
| Octal | 244 | 300 | 223 | 17 | 0 | 27 | 31 | 141 | 32 | 102 |
| Binary | 10100100 | 11000000 | 10010011 | 1111 | 0 | 10111 | 11001 | 1100001 | 11010 | 1000010 |
Color Harmonies of #A4C093
Complementary color
Monochromatic Colors of #A4C093
Black with #A4C093
Text Example
Text Example
White with #A4C093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C093; }
p { color: rgb(164,192,147); }
H1.HeaderClassName
{
color: #A4C093;
}
.AnyTagClassName
{
color: #A4C093;
}
</style>
background-color css
<style>
a { background-color: #A4C093; }
a { background-color: rgb(164,192,147); }
div.DivClassName
{
background-color: #A4C093;
}
.BgClassName
{
background-color: #A4C093;
}
</style>
border-color css
<style>
span { border-color: #A4C093; }
span { border-color: rgb(164,192,147); }
td.TdClassName
{
border-color: #A4C093;
}
.TagClassName
{
border-color: #A4C093;
}
</style>