Shades of Norway #ABB897
Tints of Norway #ABB897
RGB
CMYK
RGB Variations
Color information
#ABB897 (or 0xABB897) is known color: Norway. HEX triplet: AB, B8 and 97. RGB value is (171,184,151). Sum of RGB (Red+Green+Blue) = 171+184+151=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 184 (72.27% from 255 or 36.36% from 506); Blue value is 151 (59.38% from 255 or 29.84% from 506); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB897 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB897 is #544768. Grayscale: #B0B0B0. Windows color (decimal): -5523305 or 9943211. OLE color: 9943211.
HSL color Cylindrical-coordinate representation of color #ABB897: hue angle of 83.64º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABB897 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 184 | 151 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.28 |
| HSL | 83.64º | 0.19% | 0.66% | - |
| HSV(B) | 83.64º | 0.18% | 0.72% | - |
| XYZ | 39.52 | 45.17 | 35.91 | - |
| YUV | 176.35 | 113.69 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 184 | 151 | 0.07 | 0 | 0.18 | 0.28 | 83.64 | 0.19 | 0.66 |
| Hex | AB | B8 | 97 | 7 | 0 | 12 | 1C | 54 | 13 | 42 |
| Octal | 253 | 270 | 227 | 7 | 0 | 22 | 34 | 124 | 23 | 102 |
| Binary | 10101011 | 10111000 | 10010111 | 111 | 0 | 10010 | 11100 | 1010100 | 10011 | 1000010 |
Color Harmonies of #ABB897
Complementary color
Monochromatic Colors of #ABB897
Black with #ABB897
Text Example
Text Example
White with #ABB897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB897; }
p { color: rgb(171,184,151); }
H1.HeaderClassName
{
color: #ABB897;
}
.AnyTagClassName
{
color: #ABB897;
}
</style>
background-color css
<style>
a { background-color: #ABB897; }
a { background-color: rgb(171,184,151); }
div.DivClassName
{
background-color: #ABB897;
}
.BgClassName
{
background-color: #ABB897;
}
</style>
border-color css
<style>
span { border-color: #ABB897; }
span { border-color: rgb(171,184,151); }
td.TdClassName
{
border-color: #ABB897;
}
.TagClassName
{
border-color: #ABB897;
}
</style>