Shades of Norway #A8B39A
Tints of Norway #A8B39A
RGB
CMYK
RGB Variations
Color information
#A8B39A (or 0xA8B39A) is known color: Norway. HEX triplet: A8, B3 and 9A. RGB value is (168,179,154). Sum of RGB (Red+Green+Blue) = 168+179+154=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 154 (60.55% from 255 or 30.74% from 501); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B39A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B39A is #574C65. Grayscale: #ACACAC. Windows color (decimal): -5721190 or 10138536. OLE color: 10138536.
HSL color Cylindrical-coordinate representation of color #A8B39A: hue angle of 86.4º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A8B39A is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 179 | 154 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.30 |
| HSL | 86.4º | 0.14% | 0.65% | - |
| HSV(B) | 86.4º | 0.14% | 0.7% | - |
| XYZ | 38.1 | 42.9 | 36.84 | - |
| YUV | 172.86 | 117.36 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 179 | 154 | 0.06 | 0 | 0.14 | 0.30 | 86.4 | 0.14 | 0.65 |
| Hex | A8 | B3 | 9A | 6 | 0 | E | 1E | 56 | E | 41 |
| Octal | 250 | 263 | 232 | 6 | 0 | 16 | 36 | 126 | 16 | 101 |
| Binary | 10101000 | 10110011 | 10011010 | 110 | 0 | 1110 | 11110 | 1010110 | 1110 | 1000001 |
Color Harmonies of #A8B39A
Complementary color
Monochromatic Colors of #A8B39A
Black with #A8B39A
Text Example
Text Example
White with #A8B39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B39A; }
p { color: rgb(168,179,154); }
H1.HeaderClassName
{
color: #A8B39A;
}
.AnyTagClassName
{
color: #A8B39A;
}
</style>
background-color css
<style>
a { background-color: #A8B39A; }
a { background-color: rgb(168,179,154); }
div.DivClassName
{
background-color: #A8B39A;
}
.BgClassName
{
background-color: #A8B39A;
}
</style>
border-color css
<style>
span { border-color: #A8B39A; }
span { border-color: rgb(168,179,154); }
td.TdClassName
{
border-color: #A8B39A;
}
.TagClassName
{
border-color: #A8B39A;
}
</style>