Shades of Norway #ACC298
Tints of Norway #ACC298
RGB
CMYK
RGB Variations
Color information
#ACC298 (or 0xACC298) is known color: Norway. HEX triplet: AC, C2 and 98. RGB value is (172,194,152). Sum of RGB (Red+Green+Blue) = 172+194+152=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 152 (59.77% from 255 or 29.34% from 518); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC298 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC298 is #533D67. Grayscale: #B6B6B6. Windows color (decimal): -5455208 or 10011308. OLE color: 10011308.
HSL color Cylindrical-coordinate representation of color #ACC298: hue angle of 91.43º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACC298 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 194 | 152 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.24 |
| HSL | 91.43º | 0.26% | 0.68% | - |
| HSV(B) | 91.43º | 0.22% | 0.76% | - |
| XYZ | 41.97 | 49.62 | 37.07 | - |
| YUV | 182.63 | 110.71 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 194 | 152 | 0.11 | 0 | 0.22 | 0.24 | 91.43 | 0.26 | 0.68 |
| Hex | AC | C2 | 98 | B | 0 | 16 | 18 | 5B | 1A | 44 |
| Octal | 254 | 302 | 230 | 13 | 0 | 26 | 30 | 133 | 32 | 104 |
| Binary | 10101100 | 11000010 | 10011000 | 1011 | 0 | 10110 | 11000 | 1011011 | 11010 | 1000100 |
Color Harmonies of #ACC298
Complementary color
Monochromatic Colors of #ACC298
Black with #ACC298
Text Example
Text Example
White with #ACC298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC298; }
p { color: rgb(172,194,152); }
H1.HeaderClassName
{
color: #ACC298;
}
.AnyTagClassName
{
color: #ACC298;
}
</style>
background-color css
<style>
a { background-color: #ACC298; }
a { background-color: rgb(172,194,152); }
div.DivClassName
{
background-color: #ACC298;
}
.BgClassName
{
background-color: #ACC298;
}
</style>
border-color css
<style>
span { border-color: #ACC298; }
span { border-color: rgb(172,194,152); }
td.TdClassName
{
border-color: #ACC298;
}
.TagClassName
{
border-color: #ACC298;
}
</style>