Shades of Norway #A8BD8D
Tints of Norway #A8BD8D
RGB
CMYK
RGB Variations
Color information
#A8BD8D (or 0xA8BD8D) is known color: Norway. HEX triplet: A8, BD and 8D. RGB value is (168,189,141). Sum of RGB (Red+Green+Blue) = 168+189+141=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 189 (74.22% from 255 or 37.95% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BD8D is #574272. Grayscale: #B1B1B1. Windows color (decimal): -5718643 or 9289128. OLE color: 9289128.
HSL color Cylindrical-coordinate representation of color #A8BD8D: hue angle of 86.25º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8BD8D is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 189 | 141 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.26 |
| HSL | 86.25º | 0.27% | 0.65% | - |
| HSV(B) | 86.25º | 0.25% | 0.74% | - |
| XYZ | 39.15 | 46.64 | 32.14 | - |
| YUV | 177.25 | 107.54 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 189 | 141 | 0.11 | 0 | 0.25 | 0.26 | 86.25 | 0.27 | 0.65 |
| Hex | A8 | BD | 8D | B | 0 | 19 | 1A | 56 | 1B | 41 |
| Octal | 250 | 275 | 215 | 13 | 0 | 31 | 32 | 126 | 33 | 101 |
| Binary | 10101000 | 10111101 | 10001101 | 1011 | 0 | 11001 | 11010 | 1010110 | 11011 | 1000001 |
Color Harmonies of #A8BD8D
Complementary color
Monochromatic Colors of #A8BD8D
Black with #A8BD8D
Text Example
Text Example
White with #A8BD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BD8D; }
p { color: rgb(168,189,141); }
H1.HeaderClassName
{
color: #A8BD8D;
}
.AnyTagClassName
{
color: #A8BD8D;
}
</style>
background-color css
<style>
a { background-color: #A8BD8D; }
a { background-color: rgb(168,189,141); }
div.DivClassName
{
background-color: #A8BD8D;
}
.BgClassName
{
background-color: #A8BD8D;
}
</style>
border-color css
<style>
span { border-color: #A8BD8D; }
span { border-color: rgb(168,189,141); }
td.TdClassName
{
border-color: #A8BD8D;
}
.TagClassName
{
border-color: #A8BD8D;
}
</style>