Shades of Norway #ABBC92
Tints of Norway #ABBC92
RGB
CMYK
RGB Variations
Color information
#ABBC92 (or 0xABBC92) is known color: Norway. HEX triplet: AB, BC and 92. RGB value is (171,188,146). Sum of RGB (Red+Green+Blue) = 171+188+146=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 146 (57.42% from 255 or 28.91% from 505); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBC92 is #54436D. Grayscale: #B2B2B2. Windows color (decimal): -5522286 or 9616555. OLE color: 9616555.
HSL color Cylindrical-coordinate representation of color #ABBC92: hue angle of 84.29º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABBC92 is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 188 | 146 | - |
| CMYK | 0.09 | 0 | 0.22 | 0.26 |
| HSL | 84.29º | 0.24% | 0.65% | - |
| HSV(B) | 84.29º | 0.22% | 0.74% | - |
| XYZ | 39.97 | 46.7 | 34.1 | - |
| YUV | 178.13 | 109.87 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 188 | 146 | 0.09 | 0 | 0.22 | 0.26 | 84.29 | 0.24 | 0.65 |
| Hex | AB | BC | 92 | 9 | 0 | 16 | 1A | 54 | 18 | 41 |
| Octal | 253 | 274 | 222 | 11 | 0 | 26 | 32 | 124 | 30 | 101 |
| Binary | 10101011 | 10111100 | 10010010 | 1001 | 0 | 10110 | 11010 | 1010100 | 11000 | 1000001 |
Color Harmonies of #ABBC92
Complementary color
Monochromatic Colors of #ABBC92
Black with #ABBC92
Text Example
Text Example
White with #ABBC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBC92; }
p { color: rgb(171,188,146); }
H1.HeaderClassName
{
color: #ABBC92;
}
.AnyTagClassName
{
color: #ABBC92;
}
</style>
background-color css
<style>
a { background-color: #ABBC92; }
a { background-color: rgb(171,188,146); }
div.DivClassName
{
background-color: #ABBC92;
}
.BgClassName
{
background-color: #ABBC92;
}
</style>
border-color css
<style>
span { border-color: #ABBC92; }
span { border-color: rgb(171,188,146); }
td.TdClassName
{
border-color: #ABBC92;
}
.TagClassName
{
border-color: #ABBC92;
}
</style>