Shades of Norway #A8BC91
Tints of Norway #A8BC91
RGB
CMYK
RGB Variations
Color information
#A8BC91 (or 0xA8BC91) is known color: Norway. HEX triplet: A8, BC and 91. RGB value is (168,188,145). Sum of RGB (Red+Green+Blue) = 168+188+145=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 145 (57.03% from 255 or 28.94% from 501); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BC91 is #57436E. Grayscale: #B1B1B1. Windows color (decimal): -5718895 or 9551016. OLE color: 9551016.
HSL color Cylindrical-coordinate representation of color #A8BC91: hue angle of 87.91º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8BC91 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 188 | 145 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.26 |
| HSL | 87.91º | 0.24% | 0.65% | - |
| HSV(B) | 87.91º | 0.23% | 0.74% | - |
| XYZ | 39.24 | 46.34 | 33.66 | - |
| YUV | 177.12 | 109.87 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 145 | 0.11 | 0 | 0.23 | 0.26 | 87.91 | 0.24 | 0.65 |
| Hex | A8 | BC | 91 | B | 0 | 17 | 1A | 58 | 18 | 41 |
| Octal | 250 | 274 | 221 | 13 | 0 | 27 | 32 | 130 | 30 | 101 |
| Binary | 10101000 | 10111100 | 10010001 | 1011 | 0 | 10111 | 11010 | 1011000 | 11000 | 1000001 |
Color Harmonies of #A8BC91
Complementary color
Monochromatic Colors of #A8BC91
Black with #A8BC91
Text Example
Text Example
White with #A8BC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BC91; }
p { color: rgb(168,188,145); }
H1.HeaderClassName
{
color: #A8BC91;
}
.AnyTagClassName
{
color: #A8BC91;
}
</style>
background-color css
<style>
a { background-color: #A8BC91; }
a { background-color: rgb(168,188,145); }
div.DivClassName
{
background-color: #A8BC91;
}
.BgClassName
{
background-color: #A8BC91;
}
</style>
border-color css
<style>
span { border-color: #A8BC91; }
span { border-color: rgb(168,188,145); }
td.TdClassName
{
border-color: #A8BC91;
}
.TagClassName
{
border-color: #A8BC91;
}
</style>