Shades of Norway #ACC195
Tints of Norway #ACC195
RGB
CMYK
RGB Variations
Color information
#ACC195 (or 0xACC195) is known color: Norway. HEX triplet: AC, C1 and 95. RGB value is (172,193,149). Sum of RGB (Red+Green+Blue) = 172+193+149=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 193 (75.78% from 255 or 37.55% from 514); Blue value is 149 (58.59% from 255 or 28.99% from 514); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC195 is #533E6A. Grayscale: #B5B5B5. Windows color (decimal): -5455467 or 9814444. OLE color: 9814444.
HSL color Cylindrical-coordinate representation of color #ACC195: hue angle of 88.64º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACC195 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 193 | 149 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.24 |
| HSL | 88.64º | 0.26% | 0.67% | - |
| HSV(B) | 88.64º | 0.23% | 0.76% | - |
| XYZ | 41.51 | 49.08 | 35.72 | - |
| YUV | 181.71 | 109.54 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 149 | 0.11 | 0 | 0.23 | 0.24 | 88.64 | 0.26 | 0.67 |
| Hex | AC | C1 | 95 | B | 0 | 17 | 18 | 59 | 1A | 43 |
| Octal | 254 | 301 | 225 | 13 | 0 | 27 | 30 | 131 | 32 | 103 |
| Binary | 10101100 | 11000001 | 10010101 | 1011 | 0 | 10111 | 11000 | 1011001 | 11010 | 1000011 |
Color Harmonies of #ACC195
Complementary color
Monochromatic Colors of #ACC195
Black with #ACC195
Text Example
Text Example
White with #ACC195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC195; }
p { color: rgb(172,193,149); }
H1.HeaderClassName
{
color: #ACC195;
}
.AnyTagClassName
{
color: #ACC195;
}
</style>
background-color css
<style>
a { background-color: #ACC195; }
a { background-color: rgb(172,193,149); }
div.DivClassName
{
background-color: #ACC195;
}
.BgClassName
{
background-color: #ACC195;
}
</style>
border-color css
<style>
span { border-color: #ACC195; }
span { border-color: rgb(172,193,149); }
td.TdClassName
{
border-color: #ACC195;
}
.TagClassName
{
border-color: #ACC195;
}
</style>