Shades of Norway #ACC691
Tints of Norway #ACC691
RGB
CMYK
RGB Variations
Color information
#ACC691 (or 0xACC691) is known color: Norway. HEX triplet: AC, C6 and 91. RGB value is (172,198,145). Sum of RGB (Red+Green+Blue) = 172+198+145=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 198 (77.73% from 255 or 38.45% from 515); Blue value is 145 (57.03% from 255 or 28.16% from 515); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC691 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC691 is #53396E. Grayscale: #B8B8B8. Windows color (decimal): -5454191 or 9553580. OLE color: 9553580.
HSL color Cylindrical-coordinate representation of color #ACC691: hue angle of 89.43º 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 #ACC691 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 198 | 145 | - |
| CMYK | 0.13 | 0 | 0.27 | 0.22 |
| HSL | 89.43º | 0.32% | 0.67% | - |
| HSV(B) | 89.43º | 0.27% | 0.78% | - |
| XYZ | 42.32 | 51.2 | 34.44 | - |
| YUV | 184.18 | 105.89 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 198 | 145 | 0.13 | 0 | 0.27 | 0.22 | 89.43 | 0.32 | 0.67 |
| Hex | AC | C6 | 91 | D | 0 | 1B | 16 | 59 | 20 | 43 |
| Octal | 254 | 306 | 221 | 15 | 0 | 33 | 26 | 131 | 40 | 103 |
| Binary | 10101100 | 11000110 | 10010001 | 1101 | 0 | 11011 | 10110 | 1011001 | 100000 | 1000011 |
Color Harmonies of #ACC691
Complementary color
Monochromatic Colors of #ACC691
Black with #ACC691
Text Example
Text Example
White with #ACC691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC691; }
p { color: rgb(172,198,145); }
H1.HeaderClassName
{
color: #ACC691;
}
.AnyTagClassName
{
color: #ACC691;
}
</style>
background-color css
<style>
a { background-color: #ACC691; }
a { background-color: rgb(172,198,145); }
div.DivClassName
{
background-color: #ACC691;
}
.BgClassName
{
background-color: #ACC691;
}
</style>
border-color css
<style>
span { border-color: #ACC691; }
span { border-color: rgb(172,198,145); }
td.TdClassName
{
border-color: #ACC691;
}
.TagClassName
{
border-color: #ACC691;
}
</style>