Shades of Norway #ABBE91
Tints of Norway #ABBE91
RGB
CMYK
RGB Variations
Color information
#ABBE91 (or 0xABBE91) is known color: Norway. HEX triplet: AB, BE and 91. RGB value is (171,190,145). Sum of RGB (Red+Green+Blue) = 171+190+145=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 145 (57.03% from 255 or 28.66% from 506); Max value from RGB is 190 - color contains mainly: green. Hex color #ABBE91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBE91 is #54416E. Grayscale: #B3B3B3. Windows color (decimal): -5521775 or 9551531. OLE color: 9551531.
HSL color Cylindrical-coordinate representation of color #ABBE91: hue angle of 85.33º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABBE91 is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 190 | 145 | - |
| CMYK | 0.10 | 0 | 0.24 | 0.25 |
| HSL | 85.33º | 0.26% | 0.66% | - |
| HSV(B) | 85.33º | 0.24% | 0.75% | - |
| XYZ | 40.32 | 47.53 | 33.84 | - |
| YUV | 179.19 | 108.71 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 190 | 145 | 0.10 | 0 | 0.24 | 0.25 | 85.33 | 0.26 | 0.66 |
| Hex | AB | BE | 91 | A | 0 | 18 | 19 | 55 | 1A | 42 |
| Octal | 253 | 276 | 221 | 12 | 0 | 30 | 31 | 125 | 32 | 102 |
| Binary | 10101011 | 10111110 | 10010001 | 1010 | 0 | 11000 | 11001 | 1010101 | 11010 | 1000010 |
Color Harmonies of #ABBE91
Complementary color
Monochromatic Colors of #ABBE91
Black with #ABBE91
Text Example
Text Example
White with #ABBE91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBE91; }
p { color: rgb(171,190,145); }
H1.HeaderClassName
{
color: #ABBE91;
}
.AnyTagClassName
{
color: #ABBE91;
}
</style>
background-color css
<style>
a { background-color: #ABBE91; }
a { background-color: rgb(171,190,145); }
div.DivClassName
{
background-color: #ABBE91;
}
.BgClassName
{
background-color: #ABBE91;
}
</style>
border-color css
<style>
span { border-color: #ABBE91; }
span { border-color: rgb(171,190,145); }
td.TdClassName
{
border-color: #ABBE91;
}
.TagClassName
{
border-color: #ABBE91;
}
</style>