Shades of Norway #ABB996
Tints of Norway #ABB996
RGB
CMYK
RGB Variations
Color information
#ABB996 (or 0xABB996) is known color: Norway. HEX triplet: AB, B9 and 96. RGB value is (171,185,150). Sum of RGB (Red+Green+Blue) = 171+185+150=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 150 (58.98% from 255 or 29.64% from 506); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB996 is #544669. Grayscale: #B0B0B0. Windows color (decimal): -5523050 or 9877931. OLE color: 9877931.
HSL color Cylindrical-coordinate representation of color #ABB996: hue angle of 84º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABB996 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 185 | 150 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.27 |
| HSL | 84º | 0.2% | 0.66% | - |
| HSV(B) | 84º | 0.19% | 0.73% | - |
| XYZ | 39.65 | 45.56 | 35.56 | - |
| YUV | 176.82 | 112.86 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 185 | 150 | 0.08 | 0 | 0.19 | 0.27 | 84 | 0.2 | 0.66 |
| Hex | AB | B9 | 96 | 8 | 0 | 13 | 1B | 54 | 14 | 42 |
| Octal | 253 | 271 | 226 | 10 | 0 | 23 | 33 | 124 | 24 | 102 |
| Binary | 10101011 | 10111001 | 10010110 | 1000 | 0 | 10011 | 11011 | 1010100 | 10100 | 1000010 |
Color Harmonies of #ABB996
Complementary color
Monochromatic Colors of #ABB996
Black with #ABB996
Text Example
Text Example
White with #ABB996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB996; }
p { color: rgb(171,185,150); }
H1.HeaderClassName
{
color: #ABB996;
}
.AnyTagClassName
{
color: #ABB996;
}
</style>
background-color css
<style>
a { background-color: #ABB996; }
a { background-color: rgb(171,185,150); }
div.DivClassName
{
background-color: #ABB996;
}
.BgClassName
{
background-color: #ABB996;
}
</style>
border-color css
<style>
span { border-color: #ABB996; }
span { border-color: rgb(171,185,150); }
td.TdClassName
{
border-color: #ABB996;
}
.TagClassName
{
border-color: #ABB996;
}
</style>