Shades of Norway #A8C091
Tints of Norway #A8C091
RGB
CMYK
RGB Variations
Color information
#A8C091 (or 0xA8C091) is known color: Norway. HEX triplet: A8, C0 and 91. RGB value is (168,192,145). Sum of RGB (Red+Green+Blue) = 168+192+145=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 145 (57.03% from 255 or 28.71% from 505); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C091 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C091 is #573F6E. Grayscale: #B3B3B3. Windows color (decimal): -5717871 or 9552040. OLE color: 9552040.
HSL color Cylindrical-coordinate representation of color #A8C091: hue angle of 90.64º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8C091 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 192 | 145 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.25 |
| HSL | 90.64º | 0.27% | 0.66% | - |
| HSV(B) | 90.64º | 0.24% | 0.75% | - |
| XYZ | 40.11 | 48.07 | 33.95 | - |
| YUV | 179.47 | 108.55 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 145 | 0.12 | 0 | 0.24 | 0.25 | 90.64 | 0.27 | 0.66 |
| Hex | A8 | C0 | 91 | C | 0 | 18 | 19 | 5B | 1B | 42 |
| Octal | 250 | 300 | 221 | 14 | 0 | 30 | 31 | 133 | 33 | 102 |
| Binary | 10101000 | 11000000 | 10010001 | 1100 | 0 | 11000 | 11001 | 1011011 | 11011 | 1000010 |
Color Harmonies of #A8C091
Complementary color
Monochromatic Colors of #A8C091
Black with #A8C091
Text Example
Text Example
White with #A8C091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C091; }
p { color: rgb(168,192,145); }
H1.HeaderClassName
{
color: #A8C091;
}
.AnyTagClassName
{
color: #A8C091;
}
</style>
background-color css
<style>
a { background-color: #A8C091; }
a { background-color: rgb(168,192,145); }
div.DivClassName
{
background-color: #A8C091;
}
.BgClassName
{
background-color: #A8C091;
}
</style>
border-color css
<style>
span { border-color: #A8C091; }
span { border-color: rgb(168,192,145); }
td.TdClassName
{
border-color: #A8C091;
}
.TagClassName
{
border-color: #A8C091;
}
</style>