Shades of Norway #A8C293
Tints of Norway #A8C293
RGB
CMYK
RGB Variations
Color information
#A8C293 (or 0xA8C293) is known color: Norway. HEX triplet: A8, C2 and 93. RGB value is (168,194,147). Sum of RGB (Red+Green+Blue) = 168+194+147=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 194 (76.17% from 255 or 38.11% from 509); Blue value is 147 (57.81% from 255 or 28.88% from 509); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C293 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C293 is #573D6C. Grayscale: #B5B5B5. Windows color (decimal): -5717357 or 9683624. OLE color: 9683624.
HSL color Cylindrical-coordinate representation of color #A8C293: hue angle of 93.19º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8C293 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 194 | 147 | - |
| CMYK | 0.13 | 0 | 0.24 | 0.24 |
| HSL | 93.19º | 0.28% | 0.67% | - |
| HSV(B) | 93.19º | 0.24% | 0.76% | - |
| XYZ | 40.71 | 49.01 | 34.92 | - |
| YUV | 180.87 | 108.89 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 194 | 147 | 0.13 | 0 | 0.24 | 0.24 | 93.19 | 0.28 | 0.67 |
| Hex | A8 | C2 | 93 | D | 0 | 18 | 18 | 5D | 1C | 43 |
| Octal | 250 | 302 | 223 | 15 | 0 | 30 | 30 | 135 | 34 | 103 |
| Binary | 10101000 | 11000010 | 10010011 | 1101 | 0 | 11000 | 11000 | 1011101 | 11100 | 1000011 |
Color Harmonies of #A8C293
Complementary color
Monochromatic Colors of #A8C293
Black with #A8C293
Text Example
Text Example
White with #A8C293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C293; }
p { color: rgb(168,194,147); }
H1.HeaderClassName
{
color: #A8C293;
}
.AnyTagClassName
{
color: #A8C293;
}
</style>
background-color css
<style>
a { background-color: #A8C293; }
a { background-color: rgb(168,194,147); }
div.DivClassName
{
background-color: #A8C293;
}
.BgClassName
{
background-color: #A8C293;
}
</style>
border-color css
<style>
span { border-color: #A8C293; }
span { border-color: rgb(168,194,147); }
td.TdClassName
{
border-color: #A8C293;
}
.TagClassName
{
border-color: #A8C293;
}
</style>