Shades of Norway #A8B68D
Tints of Norway #A8B68D
RGB
CMYK
RGB Variations
Color information
#A8B68D (or 0xA8B68D) is known color: Norway. HEX triplet: A8, B6 and 8D. RGB value is (168,182,141). Sum of RGB (Red+Green+Blue) = 168+182+141=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 182 (71.48% from 255 or 37.07% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B68D is #574972. Grayscale: #ADADAD. Windows color (decimal): -5720435 or 9287336. OLE color: 9287336.
HSL color Cylindrical-coordinate representation of color #A8B68D: hue angle of 80.49º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8B68D is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 182 | 141 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.29 |
| HSL | 80.49º | 0.22% | 0.63% | - |
| HSV(B) | 80.49º | 0.23% | 0.71% | - |
| XYZ | 37.68 | 43.7 | 31.65 | - |
| YUV | 173.14 | 109.86 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 182 | 141 | 0.08 | 0 | 0.23 | 0.29 | 80.49 | 0.22 | 0.63 |
| Hex | A8 | B6 | 8D | 8 | 0 | 17 | 1D | 50 | 16 | 3F |
| Octal | 250 | 266 | 215 | 10 | 0 | 27 | 35 | 120 | 26 | 77 |
| Binary | 10101000 | 10110110 | 10001101 | 1000 | 0 | 10111 | 11101 | 1010000 | 10110 | 111111 |
Color Harmonies of #A8B68D
Complementary color
Monochromatic Colors of #A8B68D
Black with #A8B68D
Text Example
Text Example
White with #A8B68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B68D; }
p { color: rgb(168,182,141); }
H1.HeaderClassName
{
color: #A8B68D;
}
.AnyTagClassName
{
color: #A8B68D;
}
</style>
background-color css
<style>
a { background-color: #A8B68D; }
a { background-color: rgb(168,182,141); }
div.DivClassName
{
background-color: #A8B68D;
}
.BgClassName
{
background-color: #A8B68D;
}
</style>
border-color css
<style>
span { border-color: #A8B68D; }
span { border-color: rgb(168,182,141); }
td.TdClassName
{
border-color: #A8B68D;
}
.TagClassName
{
border-color: #A8B68D;
}
</style>