Shades of Norway #A8BC93
Tints of Norway #A8BC93
RGB
CMYK
RGB Variations
Color information
#A8BC93 (or 0xA8BC93) is known color: Norway. HEX triplet: A8, BC and 93. RGB value is (168,188,147). Sum of RGB (Red+Green+Blue) = 168+188+147=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 147 (57.81% from 255 or 29.22% from 503); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BC93 is #57436C. Grayscale: #B1B1B1. Windows color (decimal): -5718893 or 9682088. OLE color: 9682088.
HSL color Cylindrical-coordinate representation of color #A8BC93: hue angle of 89.27º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A8BC93 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 188 | 147 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.26 |
| HSL | 89.27º | 0.23% | 0.66% | - |
| HSV(B) | 89.27º | 0.22% | 0.74% | - |
| XYZ | 39.4 | 46.4 | 34.48 | - |
| YUV | 177.35 | 110.87 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 147 | 0.11 | 0 | 0.22 | 0.26 | 89.27 | 0.23 | 0.66 |
| Hex | A8 | BC | 93 | B | 0 | 16 | 1A | 59 | 17 | 42 |
| Octal | 250 | 274 | 223 | 13 | 0 | 26 | 32 | 131 | 27 | 102 |
| Binary | 10101000 | 10111100 | 10010011 | 1011 | 0 | 10110 | 11010 | 1011001 | 10111 | 1000010 |
Color Harmonies of #A8BC93
Complementary color
Monochromatic Colors of #A8BC93
Black with #A8BC93
Text Example
Text Example
White with #A8BC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BC93; }
p { color: rgb(168,188,147); }
H1.HeaderClassName
{
color: #A8BC93;
}
.AnyTagClassName
{
color: #A8BC93;
}
</style>
background-color css
<style>
a { background-color: #A8BC93; }
a { background-color: rgb(168,188,147); }
div.DivClassName
{
background-color: #A8BC93;
}
.BgClassName
{
background-color: #A8BC93;
}
</style>
border-color css
<style>
span { border-color: #A8BC93; }
span { border-color: rgb(168,188,147); }
td.TdClassName
{
border-color: #A8BC93;
}
.TagClassName
{
border-color: #A8BC93;
}
</style>