Shades of Norway #ABB99D
Tints of Norway #ABB99D
RGB
CMYK
RGB Variations
Color information
#ABB99D (or 0xABB99D) is known color: Norway. HEX triplet: AB, B9 and 9D. RGB value is (171,185,157). Sum of RGB (Red+Green+Blue) = 171+185+157=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 185 (72.66% from 255 or 36.06% from 513); Blue value is 157 (61.72% from 255 or 30.60% from 513); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB99D is #544662. Grayscale: #B1B1B1. Windows color (decimal): -5523043 or 10336683. OLE color: 10336683.
HSL color Cylindrical-coordinate representation of color #ABB99D: hue angle of 90º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABB99D is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 185 | 157 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.27 |
| HSL | 90º | 0.17% | 0.67% | - |
| HSV(B) | 90º | 0.15% | 0.73% | - |
| XYZ | 40.23 | 45.79 | 38.62 | - |
| YUV | 177.62 | 116.36 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 185 | 157 | 0.08 | 0 | 0.15 | 0.27 | 90 | 0.17 | 0.67 |
| Hex | AB | B9 | 9D | 8 | 0 | F | 1B | 5A | 11 | 43 |
| Octal | 253 | 271 | 235 | 10 | 0 | 17 | 33 | 132 | 21 | 103 |
| Binary | 10101011 | 10111001 | 10011101 | 1000 | 0 | 1111 | 11011 | 1011010 | 10001 | 1000011 |
Color Harmonies of #ABB99D
Complementary color
Monochromatic Colors of #ABB99D
Black with #ABB99D
Text Example
Text Example
White with #ABB99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB99D; }
p { color: rgb(171,185,157); }
H1.HeaderClassName
{
color: #ABB99D;
}
.AnyTagClassName
{
color: #ABB99D;
}
</style>
background-color css
<style>
a { background-color: #ABB99D; }
a { background-color: rgb(171,185,157); }
div.DivClassName
{
background-color: #ABB99D;
}
.BgClassName
{
background-color: #ABB99D;
}
</style>
border-color css
<style>
span { border-color: #ABB99D; }
span { border-color: rgb(171,185,157); }
td.TdClassName
{
border-color: #ABB99D;
}
.TagClassName
{
border-color: #ABB99D;
}
</style>