Shades of Norway #ACC598
Tints of Norway #ACC598
RGB
CMYK
RGB Variations
Color information
#ACC598 (or 0xACC598) is known color: Norway. HEX triplet: AC, C5 and 98. RGB value is (172,197,152). Sum of RGB (Red+Green+Blue) = 172+197+152=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 152 (59.77% from 255 or 29.17% from 521); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC598 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC598 is #533A67. Grayscale: #B8B8B8. Windows color (decimal): -5454440 or 10012076. OLE color: 10012076.
HSL color Cylindrical-coordinate representation of color #ACC598: hue angle of 93.33º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACC598 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 197 | 152 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.23 |
| HSL | 93.33º | 0.28% | 0.68% | - |
| HSV(B) | 93.33º | 0.23% | 0.77% | - |
| XYZ | 42.65 | 50.97 | 37.3 | - |
| YUV | 184.4 | 109.72 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 152 | 0.13 | 0 | 0.23 | 0.23 | 93.33 | 0.28 | 0.68 |
| Hex | AC | C5 | 98 | D | 0 | 17 | 17 | 5D | 1C | 44 |
| Octal | 254 | 305 | 230 | 15 | 0 | 27 | 27 | 135 | 34 | 104 |
| Binary | 10101100 | 11000101 | 10011000 | 1101 | 0 | 10111 | 10111 | 1011101 | 11100 | 1000100 |
Color Harmonies of #ACC598
Complementary color
Monochromatic Colors of #ACC598
Black with #ACC598
Text Example
Text Example
White with #ACC598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC598; }
p { color: rgb(172,197,152); }
H1.HeaderClassName
{
color: #ACC598;
}
.AnyTagClassName
{
color: #ACC598;
}
</style>
background-color css
<style>
a { background-color: #ACC598; }
a { background-color: rgb(172,197,152); }
div.DivClassName
{
background-color: #ACC598;
}
.BgClassName
{
background-color: #ACC598;
}
</style>
border-color css
<style>
span { border-color: #ACC598; }
span { border-color: rgb(172,197,152); }
td.TdClassName
{
border-color: #ACC598;
}
.TagClassName
{
border-color: #ACC598;
}
</style>