Shades of Norway #ACC198
Tints of Norway #ACC198
RGB
CMYK
RGB Variations
Color information
#ACC198 (or 0xACC198) is known color: Norway. HEX triplet: AC, C1 and 98. RGB value is (172,193,152). Sum of RGB (Red+Green+Blue) = 172+193+152=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 193 (75.78% from 255 or 37.33% from 517); Blue value is 152 (59.77% from 255 or 29.40% from 517); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC198 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC198 is #533E67. Grayscale: #B6B6B6. Windows color (decimal): -5455464 or 10011052. OLE color: 10011052.
HSL color Cylindrical-coordinate representation of color #ACC198: hue angle of 90.73º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACC198 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 193 | 152 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.24 |
| HSL | 90.73º | 0.25% | 0.68% | - |
| HSV(B) | 90.73º | 0.21% | 0.76% | - |
| XYZ | 41.75 | 49.18 | 37 | - |
| YUV | 182.05 | 111.04 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 152 | 0.11 | 0 | 0.21 | 0.24 | 90.73 | 0.25 | 0.68 |
| Hex | AC | C1 | 98 | B | 0 | 15 | 18 | 5B | 19 | 44 |
| Octal | 254 | 301 | 230 | 13 | 0 | 25 | 30 | 133 | 31 | 104 |
| Binary | 10101100 | 11000001 | 10011000 | 1011 | 0 | 10101 | 11000 | 1011011 | 11001 | 1000100 |
Color Harmonies of #ACC198
Complementary color
Monochromatic Colors of #ACC198
Black with #ACC198
Text Example
Text Example
White with #ACC198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC198; }
p { color: rgb(172,193,152); }
H1.HeaderClassName
{
color: #ACC198;
}
.AnyTagClassName
{
color: #ACC198;
}
</style>
background-color css
<style>
a { background-color: #ACC198; }
a { background-color: rgb(172,193,152); }
div.DivClassName
{
background-color: #ACC198;
}
.BgClassName
{
background-color: #ACC198;
}
</style>
border-color css
<style>
span { border-color: #ACC198; }
span { border-color: rgb(172,193,152); }
td.TdClassName
{
border-color: #ACC198;
}
.TagClassName
{
border-color: #ACC198;
}
</style>