Shades of Norway #ACC68C
Tints of Norway #ACC68C
RGB
CMYK
RGB Variations
Color information
#ACC68C (or 0xACC68C) is known color: Norway. HEX triplet: AC, C6 and 8C. RGB value is (172,198,140). Sum of RGB (Red+Green+Blue) = 172+198+140=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 198 (77.73% from 255 or 38.82% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC68C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC68C is #533973. Grayscale: #B7B7B7. Windows color (decimal): -5454196 or 9225900. OLE color: 9225900.
HSL color Cylindrical-coordinate representation of color #ACC68C: hue angle of 86.9º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACC68C is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 198 | 140 | - |
| CMYK | 0.13 | 0 | 0.29 | 0.22 |
| HSL | 86.9º | 0.34% | 0.66% | - |
| HSV(B) | 86.9º | 0.29% | 0.78% | - |
| XYZ | 41.94 | 51.05 | 32.45 | - |
| YUV | 183.61 | 103.39 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 198 | 140 | 0.13 | 0 | 0.29 | 0.22 | 86.9 | 0.34 | 0.66 |
| Hex | AC | C6 | 8C | D | 0 | 1D | 16 | 57 | 22 | 42 |
| Octal | 254 | 306 | 214 | 15 | 0 | 35 | 26 | 127 | 42 | 102 |
| Binary | 10101100 | 11000110 | 10001100 | 1101 | 0 | 11101 | 10110 | 1010111 | 100010 | 1000010 |
Color Harmonies of #ACC68C
Complementary color
Monochromatic Colors of #ACC68C
Black with #ACC68C
Text Example
Text Example
White with #ACC68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC68C; }
p { color: rgb(172,198,140); }
H1.HeaderClassName
{
color: #ACC68C;
}
.AnyTagClassName
{
color: #ACC68C;
}
</style>
background-color css
<style>
a { background-color: #ACC68C; }
a { background-color: rgb(172,198,140); }
div.DivClassName
{
background-color: #ACC68C;
}
.BgClassName
{
background-color: #ACC68C;
}
</style>
border-color css
<style>
span { border-color: #ACC68C; }
span { border-color: rgb(172,198,140); }
td.TdClassName
{
border-color: #ACC68C;
}
.TagClassName
{
border-color: #ACC68C;
}
</style>