Shades of Norway #A6B88A
Tints of Norway #A6B88A
RGB
CMYK
RGB Variations
Color information
#A6B88A (or 0xA6B88A) is known color: Norway. HEX triplet: A6, B8 and 8A. RGB value is (166,184,138). Sum of RGB (Red+Green+Blue) = 166+184+138=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 184 (72.27% from 255 or 37.70% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 184 - color contains mainly: green. Hex color #A6B88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B88A is #594775. Grayscale: #ADADAD. Windows color (decimal): -5850998 or 9091238. OLE color: 9091238.
HSL color Cylindrical-coordinate representation of color #A6B88A: hue angle of 83.48º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6B88A is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 184 | 138 | - |
| CMYK | 0.10 | 0 | 0.25 | 0.28 |
| HSL | 83.48º | 0.24% | 0.63% | - |
| HSV(B) | 83.48º | 0.25% | 0.72% | - |
| XYZ | 37.45 | 44.22 | 30.61 | - |
| YUV | 173.37 | 108.04 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 184 | 138 | 0.10 | 0 | 0.25 | 0.28 | 83.48 | 0.24 | 0.63 |
| Hex | A6 | B8 | 8A | A | 0 | 19 | 1C | 53 | 18 | 3F |
| Octal | 246 | 270 | 212 | 12 | 0 | 31 | 34 | 123 | 30 | 77 |
| Binary | 10100110 | 10111000 | 10001010 | 1010 | 0 | 11001 | 11100 | 1010011 | 11000 | 111111 |
Color Harmonies of #A6B88A
Complementary color
Monochromatic Colors of #A6B88A
Black with #A6B88A
Text Example
Text Example
White with #A6B88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B88A; }
p { color: rgb(166,184,138); }
H1.HeaderClassName
{
color: #A6B88A;
}
.AnyTagClassName
{
color: #A6B88A;
}
</style>
background-color css
<style>
a { background-color: #A6B88A; }
a { background-color: rgb(166,184,138); }
div.DivClassName
{
background-color: #A6B88A;
}
.BgClassName
{
background-color: #A6B88A;
}
</style>
border-color css
<style>
span { border-color: #A6B88A; }
span { border-color: rgb(166,184,138); }
td.TdClassName
{
border-color: #A6B88A;
}
.TagClassName
{
border-color: #A6B88A;
}
</style>