Shades of Norway #A8C093
Tints of Norway #A8C093
RGB
CMYK
RGB Variations
Color information
#A8C093 (or 0xA8C093) is known color: Norway. HEX triplet: A8, C0 and 93. RGB value is (168,192,147). Sum of RGB (Red+Green+Blue) = 168+192+147=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 147 (57.81% from 255 or 28.99% from 507); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C093 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C093 is #573F6C. Grayscale: #B3B3B3. Windows color (decimal): -5717869 or 9683112. OLE color: 9683112.
HSL color Cylindrical-coordinate representation of color #A8C093: hue angle of 92º 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 #A8C093 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 192 | 147 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.25 |
| HSL | 92º | 0.26% | 0.66% | - |
| HSV(B) | 92º | 0.23% | 0.75% | - |
| XYZ | 40.26 | 48.13 | 34.77 | - |
| YUV | 179.69 | 109.55 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 147 | 0.12 | 0 | 0.23 | 0.25 | 92 | 0.26 | 0.66 |
| Hex | A8 | C0 | 93 | C | 0 | 17 | 19 | 5C | 1A | 42 |
| Octal | 250 | 300 | 223 | 14 | 0 | 27 | 31 | 134 | 32 | 102 |
| Binary | 10101000 | 11000000 | 10010011 | 1100 | 0 | 10111 | 11001 | 1011100 | 11010 | 1000010 |
Color Harmonies of #A8C093
Complementary color
Monochromatic Colors of #A8C093
Black with #A8C093
Text Example
Text Example
White with #A8C093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C093; }
p { color: rgb(168,192,147); }
H1.HeaderClassName
{
color: #A8C093;
}
.AnyTagClassName
{
color: #A8C093;
}
</style>
background-color css
<style>
a { background-color: #A8C093; }
a { background-color: rgb(168,192,147); }
div.DivClassName
{
background-color: #A8C093;
}
.BgClassName
{
background-color: #A8C093;
}
</style>
border-color css
<style>
span { border-color: #A8C093; }
span { border-color: rgb(168,192,147); }
td.TdClassName
{
border-color: #A8C093;
}
.TagClassName
{
border-color: #A8C093;
}
</style>