Shades of Norway #ABC791
Tints of Norway #ABC791
RGB
CMYK
RGB Variations
Color information
#ABC791 (or 0xABC791) is known color: Norway. HEX triplet: AB, C7 and 91. RGB value is (171,199,145). Sum of RGB (Red+Green+Blue) = 171+199+145=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 199 (78.12% from 255 or 38.64% from 515); Blue value is 145 (57.03% from 255 or 28.16% from 515); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC791 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC791 is #54386E. Grayscale: #B8B8B8. Windows color (decimal): -5519471 or 9553835. OLE color: 9553835.
HSL color Cylindrical-coordinate representation of color #ABC791: hue angle of 91.11º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABC791 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 199 | 145 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.22 |
| HSL | 91.11º | 0.33% | 0.67% | - |
| HSV(B) | 91.11º | 0.27% | 0.78% | - |
| XYZ | 42.33 | 51.55 | 34.51 | - |
| YUV | 184.47 | 105.72 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 199 | 145 | 0.14 | 0 | 0.27 | 0.22 | 91.11 | 0.33 | 0.67 |
| Hex | AB | C7 | 91 | E | 0 | 1B | 16 | 5B | 21 | 43 |
| Octal | 253 | 307 | 221 | 16 | 0 | 33 | 26 | 133 | 41 | 103 |
| Binary | 10101011 | 11000111 | 10010001 | 1110 | 0 | 11011 | 10110 | 1011011 | 100001 | 1000011 |
Color Harmonies of #ABC791
Complementary color
Monochromatic Colors of #ABC791
Black with #ABC791
Text Example
Text Example
White with #ABC791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC791; }
p { color: rgb(171,199,145); }
H1.HeaderClassName
{
color: #ABC791;
}
.AnyTagClassName
{
color: #ABC791;
}
</style>
background-color css
<style>
a { background-color: #ABC791; }
a { background-color: rgb(171,199,145); }
div.DivClassName
{
background-color: #ABC791;
}
.BgClassName
{
background-color: #ABC791;
}
</style>
border-color css
<style>
span { border-color: #ABC791; }
span { border-color: rgb(171,199,145); }
td.TdClassName
{
border-color: #ABC791;
}
.TagClassName
{
border-color: #ABC791;
}
</style>