Shades of Norway #ACC097
Tints of Norway #ACC097
RGB
CMYK
RGB Variations
Color information
#ACC097 (or 0xACC097) is known color: Norway. HEX triplet: AC, C0 and 97. RGB value is (172,192,151). Sum of RGB (Red+Green+Blue) = 172+192+151=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 151 (59.38% from 255 or 29.32% from 515); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC097 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC097 is #533F68. Grayscale: #B5B5B5. Windows color (decimal): -5455721 or 9945260. OLE color: 9945260.
HSL color Cylindrical-coordinate representation of color #ACC097: hue angle of 89.27º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACC097 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 192 | 151 | - |
| CMYK | 0.10 | 0 | 0.21 | 0.25 |
| HSL | 89.27º | 0.25% | 0.67% | - |
| HSV(B) | 89.27º | 0.21% | 0.75% | - |
| XYZ | 41.45 | 48.7 | 36.49 | - |
| YUV | 181.35 | 110.87 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 192 | 151 | 0.10 | 0 | 0.21 | 0.25 | 89.27 | 0.25 | 0.67 |
| Hex | AC | C0 | 97 | A | 0 | 15 | 19 | 59 | 19 | 43 |
| Octal | 254 | 300 | 227 | 12 | 0 | 25 | 31 | 131 | 31 | 103 |
| Binary | 10101100 | 11000000 | 10010111 | 1010 | 0 | 10101 | 11001 | 1011001 | 11001 | 1000011 |
Color Harmonies of #ACC097
Complementary color
Monochromatic Colors of #ACC097
Black with #ACC097
Text Example
Text Example
White with #ACC097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC097; }
p { color: rgb(172,192,151); }
H1.HeaderClassName
{
color: #ACC097;
}
.AnyTagClassName
{
color: #ACC097;
}
</style>
background-color css
<style>
a { background-color: #ACC097; }
a { background-color: rgb(172,192,151); }
div.DivClassName
{
background-color: #ACC097;
}
.BgClassName
{
background-color: #ACC097;
}
</style>
border-color css
<style>
span { border-color: #ACC097; }
span { border-color: rgb(172,192,151); }
td.TdClassName
{
border-color: #ACC097;
}
.TagClassName
{
border-color: #ACC097;
}
</style>