Shades of Norway #ACC496
Tints of Norway #ACC496
RGB
CMYK
RGB Variations
Color information
#ACC496 (or 0xACC496) is known color: Norway. HEX triplet: AC, C4 and 96. RGB value is (172,196,150). Sum of RGB (Red+Green+Blue) = 172+196+150=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 196 (76.95% from 255 or 37.84% from 518); Blue value is 150 (58.98% from 255 or 28.96% from 518); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC496 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC496 is #533B69. Grayscale: #B7B7B7. Windows color (decimal): -5454698 or 9880748. OLE color: 9880748.
HSL color Cylindrical-coordinate representation of color #ACC496: hue angle of 91.3º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACC496 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 196 | 150 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.23 |
| HSL | 91.3º | 0.28% | 0.68% | - |
| HSV(B) | 91.3º | 0.23% | 0.77% | - |
| XYZ | 42.26 | 50.45 | 36.37 | - |
| YUV | 183.58 | 109.05 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 196 | 150 | 0.12 | 0 | 0.23 | 0.23 | 91.3 | 0.28 | 0.68 |
| Hex | AC | C4 | 96 | C | 0 | 17 | 17 | 5B | 1C | 44 |
| Octal | 254 | 304 | 226 | 14 | 0 | 27 | 27 | 133 | 34 | 104 |
| Binary | 10101100 | 11000100 | 10010110 | 1100 | 0 | 10111 | 10111 | 1011011 | 11100 | 1000100 |
Color Harmonies of #ACC496
Complementary color
Monochromatic Colors of #ACC496
Black with #ACC496
Text Example
Text Example
White with #ACC496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC496; }
p { color: rgb(172,196,150); }
H1.HeaderClassName
{
color: #ACC496;
}
.AnyTagClassName
{
color: #ACC496;
}
</style>
background-color css
<style>
a { background-color: #ACC496; }
a { background-color: rgb(172,196,150); }
div.DivClassName
{
background-color: #ACC496;
}
.BgClassName
{
background-color: #ACC496;
}
</style>
border-color css
<style>
span { border-color: #ACC496; }
span { border-color: rgb(172,196,150); }
td.TdClassName
{
border-color: #ACC496;
}
.TagClassName
{
border-color: #ACC496;
}
</style>