Shades of Norway #ABBC95
Tints of Norway #ABBC95
RGB
CMYK
RGB Variations
Color information
#ABBC95 (or 0xABBC95) is known color: Norway. HEX triplet: AB, BC and 95. RGB value is (171,188,149). Sum of RGB (Red+Green+Blue) = 171+188+149=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 149 (58.59% from 255 or 29.33% from 508); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBC95 is #54436A. Grayscale: #B2B2B2. Windows color (decimal): -5522283 or 9813163. OLE color: 9813163.
HSL color Cylindrical-coordinate representation of color #ABBC95: hue angle of 86.15º 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 #ABBC95 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 188 | 149 | - |
| CMYK | 0.09 | 0 | 0.21 | 0.26 |
| HSL | 86.15º | 0.23% | 0.66% | - |
| HSV(B) | 86.15º | 0.21% | 0.74% | - |
| XYZ | 40.2 | 46.79 | 35.35 | - |
| YUV | 178.47 | 111.37 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 188 | 149 | 0.09 | 0 | 0.21 | 0.26 | 86.15 | 0.23 | 0.66 |
| Hex | AB | BC | 95 | 9 | 0 | 15 | 1A | 56 | 17 | 42 |
| Octal | 253 | 274 | 225 | 11 | 0 | 25 | 32 | 126 | 27 | 102 |
| Binary | 10101011 | 10111100 | 10010101 | 1001 | 0 | 10101 | 11010 | 1010110 | 10111 | 1000010 |
Color Harmonies of #ABBC95
Complementary color
Monochromatic Colors of #ABBC95
Black with #ABBC95
Text Example
Text Example
White with #ABBC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBC95; }
p { color: rgb(171,188,149); }
H1.HeaderClassName
{
color: #ABBC95;
}
.AnyTagClassName
{
color: #ABBC95;
}
</style>
background-color css
<style>
a { background-color: #ABBC95; }
a { background-color: rgb(171,188,149); }
div.DivClassName
{
background-color: #ABBC95;
}
.BgClassName
{
background-color: #ABBC95;
}
</style>
border-color css
<style>
span { border-color: #ABBC95; }
span { border-color: rgb(171,188,149); }
td.TdClassName
{
border-color: #ABBC95;
}
.TagClassName
{
border-color: #ABBC95;
}
</style>