Shades of Norway #ACC792
Tints of Norway #ACC792
RGB
CMYK
RGB Variations
Color information
#ACC792 (or 0xACC792) is known color: Norway. HEX triplet: AC, C7 and 92. RGB value is (172,199,146). Sum of RGB (Red+Green+Blue) = 172+199+146=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 199 (78.12% from 255 or 38.49% from 517); Blue value is 146 (57.42% from 255 or 28.24% from 517); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC792 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC792 is #53386D. Grayscale: #B9B9B9. Windows color (decimal): -5453934 or 9619372. OLE color: 9619372.
HSL color Cylindrical-coordinate representation of color #ACC792: hue angle of 90.57º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACC792 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 199 | 146 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.22 |
| HSL | 90.57º | 0.32% | 0.68% | - |
| HSV(B) | 90.57º | 0.27% | 0.78% | - |
| XYZ | 42.62 | 51.69 | 34.93 | - |
| YUV | 184.89 | 106.05 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 199 | 146 | 0.14 | 0 | 0.27 | 0.22 | 90.57 | 0.32 | 0.68 |
| Hex | AC | C7 | 92 | E | 0 | 1B | 16 | 5B | 20 | 44 |
| Octal | 254 | 307 | 222 | 16 | 0 | 33 | 26 | 133 | 40 | 104 |
| Binary | 10101100 | 11000111 | 10010010 | 1110 | 0 | 11011 | 10110 | 1011011 | 100000 | 1000100 |
Color Harmonies of #ACC792
Complementary color
Monochromatic Colors of #ACC792
Black with #ACC792
Text Example
Text Example
White with #ACC792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC792; }
p { color: rgb(172,199,146); }
H1.HeaderClassName
{
color: #ACC792;
}
.AnyTagClassName
{
color: #ACC792;
}
</style>
background-color css
<style>
a { background-color: #ACC792; }
a { background-color: rgb(172,199,146); }
div.DivClassName
{
background-color: #ACC792;
}
.BgClassName
{
background-color: #ACC792;
}
</style>
border-color css
<style>
span { border-color: #ACC792; }
span { border-color: rgb(172,199,146); }
td.TdClassName
{
border-color: #ACC792;
}
.TagClassName
{
border-color: #ACC792;
}
</style>