Shades of Norway #ABBB92
Tints of Norway #ABBB92
RGB
CMYK
RGB Variations
Color information
#ABBB92 (or 0xABBB92) is known color: Norway. HEX triplet: AB, BB and 92. RGB value is (171,187,146). Sum of RGB (Red+Green+Blue) = 171+187+146=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 146 (57.42% from 255 or 28.97% from 504); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBB92 is #54446D. Grayscale: #B1B1B1. Windows color (decimal): -5522542 or 9616299. OLE color: 9616299.
HSL color Cylindrical-coordinate representation of color #ABBB92: hue angle of 83.41º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABBB92 is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 187 | 146 | - |
| CMYK | 0.09 | 0 | 0.22 | 0.27 |
| HSL | 83.41º | 0.23% | 0.65% | - |
| HSV(B) | 83.41º | 0.22% | 0.73% | - |
| XYZ | 39.75 | 46.27 | 34.03 | - |
| YUV | 177.54 | 110.2 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 187 | 146 | 0.09 | 0 | 0.22 | 0.27 | 83.41 | 0.23 | 0.65 |
| Hex | AB | BB | 92 | 9 | 0 | 16 | 1B | 53 | 17 | 41 |
| Octal | 253 | 273 | 222 | 11 | 0 | 26 | 33 | 123 | 27 | 101 |
| Binary | 10101011 | 10111011 | 10010010 | 1001 | 0 | 10110 | 11011 | 1010011 | 10111 | 1000001 |
Color Harmonies of #ABBB92
Complementary color
Monochromatic Colors of #ABBB92
Black with #ABBB92
Text Example
Text Example
White with #ABBB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBB92; }
p { color: rgb(171,187,146); }
H1.HeaderClassName
{
color: #ABBB92;
}
.AnyTagClassName
{
color: #ABBB92;
}
</style>
background-color css
<style>
a { background-color: #ABBB92; }
a { background-color: rgb(171,187,146); }
div.DivClassName
{
background-color: #ABBB92;
}
.BgClassName
{
background-color: #ABBB92;
}
</style>
border-color css
<style>
span { border-color: #ABBB92; }
span { border-color: rgb(171,187,146); }
td.TdClassName
{
border-color: #ABBB92;
}
.TagClassName
{
border-color: #ABBB92;
}
</style>