Shades of Norway #ABC495
Tints of Norway #ABC495
RGB
CMYK
RGB Variations
Color information
#ABC495 (or 0xABC495) is known color: Norway. HEX triplet: AB, C4 and 95. RGB value is (171,196,149). Sum of RGB (Red+Green+Blue) = 171+196+149=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 196 (76.95% from 255 or 37.98% from 516); Blue value is 149 (58.59% from 255 or 28.88% from 516); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC495 is #543B6A. Grayscale: #B7B7B7. Windows color (decimal): -5520235 or 9815211. OLE color: 9815211.
HSL color Cylindrical-coordinate representation of color #ABC495: hue angle of 91.91º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABC495 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 196 | 149 | - |
| CMYK | 0.13 | 0 | 0.24 | 0.23 |
| HSL | 91.91º | 0.28% | 0.68% | - |
| HSV(B) | 91.91º | 0.24% | 0.77% | - |
| XYZ | 41.96 | 50.31 | 35.93 | - |
| YUV | 183.17 | 108.72 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 196 | 149 | 0.13 | 0 | 0.24 | 0.23 | 91.91 | 0.28 | 0.68 |
| Hex | AB | C4 | 95 | D | 0 | 18 | 17 | 5C | 1C | 44 |
| Octal | 253 | 304 | 225 | 15 | 0 | 30 | 27 | 134 | 34 | 104 |
| Binary | 10101011 | 11000100 | 10010101 | 1101 | 0 | 11000 | 10111 | 1011100 | 11100 | 1000100 |
Color Harmonies of #ABC495
Complementary color
Monochromatic Colors of #ABC495
Black with #ABC495
Text Example
Text Example
White with #ABC495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC495; }
p { color: rgb(171,196,149); }
H1.HeaderClassName
{
color: #ABC495;
}
.AnyTagClassName
{
color: #ABC495;
}
</style>
background-color css
<style>
a { background-color: #ABC495; }
a { background-color: rgb(171,196,149); }
div.DivClassName
{
background-color: #ABC495;
}
.BgClassName
{
background-color: #ABC495;
}
</style>
border-color css
<style>
span { border-color: #ABC495; }
span { border-color: rgb(171,196,149); }
td.TdClassName
{
border-color: #ABC495;
}
.TagClassName
{
border-color: #ABC495;
}
</style>