Shades of Norway #ABBC94
Tints of Norway #ABBC94
RGB
CMYK
RGB Variations
Color information
#ABBC94 (or 0xABBC94) is known color: Norway. HEX triplet: AB, BC and 94. RGB value is (171,188,148). Sum of RGB (Red+Green+Blue) = 171+188+148=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 148 (58.20% from 255 or 29.19% from 507); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBC94 is #54436B. Grayscale: #B2B2B2. Windows color (decimal): -5522284 or 9747627. OLE color: 9747627.
HSL color Cylindrical-coordinate representation of color #ABBC94: hue angle of 85.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABBC94 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 188 | 148 | - |
| CMYK | 0.09 | 0 | 0.21 | 0.26 |
| HSL | 85.5º | 0.23% | 0.66% | - |
| HSV(B) | 85.5º | 0.21% | 0.74% | - |
| XYZ | 40.12 | 46.76 | 34.93 | - |
| YUV | 178.36 | 110.87 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 188 | 148 | 0.09 | 0 | 0.21 | 0.26 | 85.5 | 0.23 | 0.66 |
| Hex | AB | BC | 94 | 9 | 0 | 15 | 1A | 56 | 17 | 42 |
| Octal | 253 | 274 | 224 | 11 | 0 | 25 | 32 | 126 | 27 | 102 |
| Binary | 10101011 | 10111100 | 10010100 | 1001 | 0 | 10101 | 11010 | 1010110 | 10111 | 1000010 |
Color Harmonies of #ABBC94
Complementary color
Monochromatic Colors of #ABBC94
Black with #ABBC94
Text Example
Text Example
White with #ABBC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBC94; }
p { color: rgb(171,188,148); }
H1.HeaderClassName
{
color: #ABBC94;
}
.AnyTagClassName
{
color: #ABBC94;
}
</style>
background-color css
<style>
a { background-color: #ABBC94; }
a { background-color: rgb(171,188,148); }
div.DivClassName
{
background-color: #ABBC94;
}
.BgClassName
{
background-color: #ABBC94;
}
</style>
border-color css
<style>
span { border-color: #ABBC94; }
span { border-color: rgb(171,188,148); }
td.TdClassName
{
border-color: #ABBC94;
}
.TagClassName
{
border-color: #ABBC94;
}
</style>