Shades of Norway #A6BD95
Tints of Norway #A6BD95
RGB
CMYK
RGB Variations
Color information
#A6BD95 (or 0xA6BD95) is known color: Norway. HEX triplet: A6, BD and 95. RGB value is (166,189,149). Sum of RGB (Red+Green+Blue) = 166+189+149=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 149 (58.59% from 255 or 29.56% from 504); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BD95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BD95 is #59426A. Grayscale: #B1B1B1. Windows color (decimal): -5849707 or 9813414. OLE color: 9813414.
HSL color Cylindrical-coordinate representation of color #A6BD95: hue angle of 94.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6BD95 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 189 | 149 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.26 |
| HSL | 94.5º | 0.23% | 0.66% | - |
| HSV(B) | 94.5º | 0.21% | 0.74% | - |
| XYZ | 39.35 | 46.67 | 35.37 | - |
| YUV | 177.56 | 111.88 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 189 | 149 | 0.12 | 0 | 0.21 | 0.26 | 94.5 | 0.23 | 0.66 |
| Hex | A6 | BD | 95 | C | 0 | 15 | 1A | 5E | 17 | 42 |
| Octal | 246 | 275 | 225 | 14 | 0 | 25 | 32 | 136 | 27 | 102 |
| Binary | 10100110 | 10111101 | 10010101 | 1100 | 0 | 10101 | 11010 | 1011110 | 10111 | 1000010 |
Color Harmonies of #A6BD95
Complementary color
Monochromatic Colors of #A6BD95
Black with #A6BD95
Text Example
Text Example
White with #A6BD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BD95; }
p { color: rgb(166,189,149); }
H1.HeaderClassName
{
color: #A6BD95;
}
.AnyTagClassName
{
color: #A6BD95;
}
</style>
background-color css
<style>
a { background-color: #A6BD95; }
a { background-color: rgb(166,189,149); }
div.DivClassName
{
background-color: #A6BD95;
}
.BgClassName
{
background-color: #A6BD95;
}
</style>
border-color css
<style>
span { border-color: #A6BD95; }
span { border-color: rgb(166,189,149); }
td.TdClassName
{
border-color: #A6BD95;
}
.TagClassName
{
border-color: #A6BD95;
}
</style>