Shades of Norway #ABB99E
Tints of Norway #ABB99E
RGB
CMYK
RGB Variations
Color information
#ABB99E (or 0xABB99E) is known color: Norway. HEX triplet: AB, B9 and 9E. RGB value is (171,185,158). Sum of RGB (Red+Green+Blue) = 171+185+158=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 158 (62.11% from 255 or 30.74% from 514); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB99E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB99E is #544661. Grayscale: #B1B1B1. Windows color (decimal): -5523042 or 10402219. OLE color: 10402219.
HSL color Cylindrical-coordinate representation of color #ABB99E: hue angle of 91.11º degrees, saturation: 0.16, 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 #ABB99E is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 185 | 158 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.27 |
| HSL | 91.11º | 0.16% | 0.67% | - |
| HSV(B) | 91.11º | 0.15% | 0.73% | - |
| XYZ | 40.32 | 45.82 | 39.07 | - |
| YUV | 177.74 | 116.86 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 185 | 158 | 0.08 | 0 | 0.15 | 0.27 | 91.11 | 0.16 | 0.67 |
| Hex | AB | B9 | 9E | 8 | 0 | F | 1B | 5B | 10 | 43 |
| Octal | 253 | 271 | 236 | 10 | 0 | 17 | 33 | 133 | 20 | 103 |
| Binary | 10101011 | 10111001 | 10011110 | 1000 | 0 | 1111 | 11011 | 1011011 | 10000 | 1000011 |
Color Harmonies of #ABB99E
Complementary color
Monochromatic Colors of #ABB99E
Black with #ABB99E
Text Example
Text Example
White with #ABB99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB99E; }
p { color: rgb(171,185,158); }
H1.HeaderClassName
{
color: #ABB99E;
}
.AnyTagClassName
{
color: #ABB99E;
}
</style>
background-color css
<style>
a { background-color: #ABB99E; }
a { background-color: rgb(171,185,158); }
div.DivClassName
{
background-color: #ABB99E;
}
.BgClassName
{
background-color: #ABB99E;
}
</style>
border-color css
<style>
span { border-color: #ABB99E; }
span { border-color: rgb(171,185,158); }
td.TdClassName
{
border-color: #ABB99E;
}
.TagClassName
{
border-color: #ABB99E;
}
</style>