Shades of Norway #ABC691
Tints of Norway #ABC691
RGB
CMYK
RGB Variations
Color information
#ABC691 (or 0xABC691) is known color: Norway. HEX triplet: AB, C6 and 91. RGB value is (171,198,145). Sum of RGB (Red+Green+Blue) = 171+198+145=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 198 (77.73% from 255 or 38.52% from 514); Blue value is 145 (57.03% from 255 or 28.21% from 514); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC691 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC691 is #54396E. Grayscale: #B8B8B8. Windows color (decimal): -5519727 or 9553579. OLE color: 9553579.
HSL color Cylindrical-coordinate representation of color #ABC691: hue angle of 90.57º degrees, saturation: 0.32, 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 #ABC691 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 198 | 145 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.22 |
| HSL | 90.57º | 0.32% | 0.67% | - |
| HSV(B) | 90.57º | 0.27% | 0.78% | - |
| XYZ | 42.1 | 51.09 | 34.43 | - |
| YUV | 183.89 | 106.05 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 198 | 145 | 0.14 | 0 | 0.27 | 0.22 | 90.57 | 0.32 | 0.67 |
| Hex | AB | C6 | 91 | E | 0 | 1B | 16 | 5B | 20 | 43 |
| Octal | 253 | 306 | 221 | 16 | 0 | 33 | 26 | 133 | 40 | 103 |
| Binary | 10101011 | 11000110 | 10010001 | 1110 | 0 | 11011 | 10110 | 1011011 | 100000 | 1000011 |
Color Harmonies of #ABC691
Complementary color
Monochromatic Colors of #ABC691
Black with #ABC691
Text Example
Text Example
White with #ABC691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC691; }
p { color: rgb(171,198,145); }
H1.HeaderClassName
{
color: #ABC691;
}
.AnyTagClassName
{
color: #ABC691;
}
</style>
background-color css
<style>
a { background-color: #ABC691; }
a { background-color: rgb(171,198,145); }
div.DivClassName
{
background-color: #ABC691;
}
.BgClassName
{
background-color: #ABC691;
}
</style>
border-color css
<style>
span { border-color: #ABC691; }
span { border-color: rgb(171,198,145); }
td.TdClassName
{
border-color: #ABC691;
}
.TagClassName
{
border-color: #ABC691;
}
</style>