Shades of Norway #ABC295
Tints of Norway #ABC295
RGB
CMYK
RGB Variations
Color information
#ABC295 (or 0xABC295) is known color: Norway. HEX triplet: AB, C2 and 95. RGB value is (171,194,149). Sum of RGB (Red+Green+Blue) = 171+194+149=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 194 (76.17% from 255 or 37.74% from 514); Blue value is 149 (58.59% from 255 or 28.99% from 514); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC295 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC295 is #543D6A. Grayscale: #B6B6B6. Windows color (decimal): -5520747 or 9814699. OLE color: 9814699.
HSL color Cylindrical-coordinate representation of color #ABC295: hue angle of 90.67º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABC295 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 194 | 149 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.24 |
| HSL | 90.67º | 0.27% | 0.67% | - |
| HSV(B) | 90.67º | 0.23% | 0.76% | - |
| XYZ | 41.51 | 49.41 | 35.78 | - |
| YUV | 181.99 | 109.38 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 149 | 0.12 | 0 | 0.23 | 0.24 | 90.67 | 0.27 | 0.67 |
| Hex | AB | C2 | 95 | C | 0 | 17 | 18 | 5B | 1B | 43 |
| Octal | 253 | 302 | 225 | 14 | 0 | 27 | 30 | 133 | 33 | 103 |
| Binary | 10101011 | 11000010 | 10010101 | 1100 | 0 | 10111 | 11000 | 1011011 | 11011 | 1000011 |
Color Harmonies of #ABC295
Complementary color
Monochromatic Colors of #ABC295
Black with #ABC295
Text Example
Text Example
White with #ABC295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC295; }
p { color: rgb(171,194,149); }
H1.HeaderClassName
{
color: #ABC295;
}
.AnyTagClassName
{
color: #ABC295;
}
</style>
background-color css
<style>
a { background-color: #ABC295; }
a { background-color: rgb(171,194,149); }
div.DivClassName
{
background-color: #ABC295;
}
.BgClassName
{
background-color: #ABC295;
}
</style>
border-color css
<style>
span { border-color: #ABC295; }
span { border-color: rgb(171,194,149); }
td.TdClassName
{
border-color: #ABC295;
}
.TagClassName
{
border-color: #ABC295;
}
</style>