Shades of Norway #ACC795
Tints of Norway #ACC795
RGB
CMYK
RGB Variations
Color information
#ACC795 (or 0xACC795) is known color: Norway. HEX triplet: AC, C7 and 95. RGB value is (172,199,149). Sum of RGB (Red+Green+Blue) = 172+199+149=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 199 (78.12% from 255 or 38.27% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC795 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC795 is #53386A. Grayscale: #B9B9B9. Windows color (decimal): -5453931 or 9815980. OLE color: 9815980.
HSL color Cylindrical-coordinate representation of color #ACC795: hue angle of 92.4º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACC795 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 199 | 149 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.22 |
| HSL | 92.4º | 0.31% | 0.68% | - |
| HSV(B) | 92.4º | 0.25% | 0.78% | - |
| XYZ | 42.86 | 51.79 | 36.17 | - |
| YUV | 185.23 | 107.55 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 199 | 149 | 0.14 | 0 | 0.25 | 0.22 | 92.4 | 0.31 | 0.68 |
| Hex | AC | C7 | 95 | E | 0 | 19 | 16 | 5C | 1F | 44 |
| Octal | 254 | 307 | 225 | 16 | 0 | 31 | 26 | 134 | 37 | 104 |
| Binary | 10101100 | 11000111 | 10010101 | 1110 | 0 | 11001 | 10110 | 1011100 | 11111 | 1000100 |
Color Harmonies of #ACC795
Complementary color
Monochromatic Colors of #ACC795
Black with #ACC795
Text Example
Text Example
White with #ACC795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC795; }
p { color: rgb(172,199,149); }
H1.HeaderClassName
{
color: #ACC795;
}
.AnyTagClassName
{
color: #ACC795;
}
</style>
background-color css
<style>
a { background-color: #ACC795; }
a { background-color: rgb(172,199,149); }
div.DivClassName
{
background-color: #ACC795;
}
.BgClassName
{
background-color: #ACC795;
}
</style>
border-color css
<style>
span { border-color: #ACC795; }
span { border-color: rgb(172,199,149); }
td.TdClassName
{
border-color: #ACC795;
}
.TagClassName
{
border-color: #ACC795;
}
</style>