Shades of Norway #A6B298
Tints of Norway #A6B298
RGB
CMYK
RGB Variations
Color information
#A6B298 (or 0xA6B298) is known color: Norway. HEX triplet: A6, B2 and 98. RGB value is (166,178,152). Sum of RGB (Red+Green+Blue) = 166+178+152=496 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.47% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 152 (59.77% from 255 or 30.65% from 496); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6B298 is #594D67. Grayscale: #ABABAB. Windows color (decimal): -5852520 or 10007206. OLE color: 10007206.
HSL color Cylindrical-coordinate representation of color #A6B298: hue angle of 87.69º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A6B298 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 178 | 152 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.30 |
| HSL | 87.69º | 0.14% | 0.65% | - |
| HSV(B) | 87.69º | 0.15% | 0.7% | - |
| XYZ | 37.31 | 42.21 | 35.89 | - |
| YUV | 171.45 | 117.02 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 178 | 152 | 0.07 | 0 | 0.15 | 0.30 | 87.69 | 0.14 | 0.65 |
| Hex | A6 | B2 | 98 | 7 | 0 | F | 1E | 58 | E | 41 |
| Octal | 246 | 262 | 230 | 7 | 0 | 17 | 36 | 130 | 16 | 101 |
| Binary | 10100110 | 10110010 | 10011000 | 111 | 0 | 1111 | 11110 | 1011000 | 1110 | 1000001 |
Color Harmonies of #A6B298
Complementary color
Monochromatic Colors of #A6B298
Black with #A6B298
Text Example
Text Example
White with #A6B298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B298; }
p { color: rgb(166,178,152); }
H1.HeaderClassName
{
color: #A6B298;
}
.AnyTagClassName
{
color: #A6B298;
}
</style>
background-color css
<style>
a { background-color: #A6B298; }
a { background-color: rgb(166,178,152); }
div.DivClassName
{
background-color: #A6B298;
}
.BgClassName
{
background-color: #A6B298;
}
</style>
border-color css
<style>
span { border-color: #A6B298; }
span { border-color: rgb(166,178,152); }
td.TdClassName
{
border-color: #A6B298;
}
.TagClassName
{
border-color: #A6B298;
}
</style>