Shades of Norway #ABB89A
Tints of Norway #ABB89A
RGB
CMYK
RGB Variations
Color information
#ABB89A (or 0xABB89A) is known color: Norway. HEX triplet: AB, B8 and 9A. RGB value is (171,184,154). Sum of RGB (Red+Green+Blue) = 171+184+154=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 154 (60.55% from 255 or 30.26% from 509); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB89A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB89A is #544765. Grayscale: #B0B0B0. Windows color (decimal): -5523302 or 10139819. OLE color: 10139819.
HSL color Cylindrical-coordinate representation of color #ABB89A: hue angle of 86º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABB89A is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 184 | 154 | - |
| CMYK | 0.07 | 0 | 0.16 | 0.28 |
| HSL | 86º | 0.17% | 0.66% | - |
| HSV(B) | 86º | 0.16% | 0.72% | - |
| XYZ | 39.77 | 45.27 | 37.21 | - |
| YUV | 176.69 | 115.19 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 184 | 154 | 0.07 | 0 | 0.16 | 0.28 | 86 | 0.17 | 0.66 |
| Hex | AB | B8 | 9A | 7 | 0 | 10 | 1C | 56 | 11 | 42 |
| Octal | 253 | 270 | 232 | 7 | 0 | 20 | 34 | 126 | 21 | 102 |
| Binary | 10101011 | 10111000 | 10011010 | 111 | 0 | 10000 | 11100 | 1010110 | 10001 | 1000010 |
Color Harmonies of #ABB89A
Complementary color
Monochromatic Colors of #ABB89A
Black with #ABB89A
Text Example
Text Example
White with #ABB89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB89A; }
p { color: rgb(171,184,154); }
H1.HeaderClassName
{
color: #ABB89A;
}
.AnyTagClassName
{
color: #ABB89A;
}
</style>
background-color css
<style>
a { background-color: #ABB89A; }
a { background-color: rgb(171,184,154); }
div.DivClassName
{
background-color: #ABB89A;
}
.BgClassName
{
background-color: #ABB89A;
}
</style>
border-color css
<style>
span { border-color: #ABB89A; }
span { border-color: rgb(171,184,154); }
td.TdClassName
{
border-color: #ABB89A;
}
.TagClassName
{
border-color: #ABB89A;
}
</style>