Shades of Norway #ACC190
Tints of Norway #ACC190
RGB
CMYK
RGB Variations
Color information
#ACC190 (or 0xACC190) is known color: Norway. HEX triplet: AC, C1 and 90. RGB value is (172,193,144). Sum of RGB (Red+Green+Blue) = 172+193+144=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 193 (75.78% from 255 or 37.92% from 509); Blue value is 144 (56.64% from 255 or 28.29% from 509); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC190 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC190 is #533E6F. Grayscale: #B5B5B5. Windows color (decimal): -5455472 or 9486764. OLE color: 9486764.
HSL color Cylindrical-coordinate representation of color #ACC190: hue angle of 85.71º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACC190 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 193 | 144 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.24 |
| HSL | 85.71º | 0.28% | 0.66% | - |
| HSV(B) | 85.71º | 0.25% | 0.76% | - |
| XYZ | 41.12 | 48.92 | 33.66 | - |
| YUV | 181.14 | 107.04 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 144 | 0.11 | 0 | 0.25 | 0.24 | 85.71 | 0.28 | 0.66 |
| Hex | AC | C1 | 90 | B | 0 | 19 | 18 | 56 | 1C | 42 |
| Octal | 254 | 301 | 220 | 13 | 0 | 31 | 30 | 126 | 34 | 102 |
| Binary | 10101100 | 11000001 | 10010000 | 1011 | 0 | 11001 | 11000 | 1010110 | 11100 | 1000010 |
Color Harmonies of #ACC190
Complementary color
Monochromatic Colors of #ACC190
Black with #ACC190
Text Example
Text Example
White with #ACC190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC190; }
p { color: rgb(172,193,144); }
H1.HeaderClassName
{
color: #ACC190;
}
.AnyTagClassName
{
color: #ACC190;
}
</style>
background-color css
<style>
a { background-color: #ACC190; }
a { background-color: rgb(172,193,144); }
div.DivClassName
{
background-color: #ACC190;
}
.BgClassName
{
background-color: #ACC190;
}
</style>
border-color css
<style>
span { border-color: #ACC190; }
span { border-color: rgb(172,193,144); }
td.TdClassName
{
border-color: #ACC190;
}
.TagClassName
{
border-color: #ACC190;
}
</style>