Shades of Norway #ACBC8F
Tints of Norway #ACBC8F
RGB
CMYK
RGB Variations
Color information
#ACBC8F (or 0xACBC8F) is known color: Norway. HEX triplet: AC, BC and 8F. RGB value is (172,188,143). Sum of RGB (Red+Green+Blue) = 172+188+143=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 143 (56.25% from 255 or 28.43% from 503); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBC8F is #534370. Grayscale: #B2B2B2. Windows color (decimal): -5456753 or 9419948. OLE color: 9419948.
HSL color Cylindrical-coordinate representation of color #ACBC8F: hue angle of 81.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACBC8F is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 188 | 143 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.26 |
| HSL | 81.33º | 0.25% | 0.65% | - |
| HSV(B) | 81.33º | 0.24% | 0.74% | - |
| XYZ | 39.95 | 46.72 | 32.9 | - |
| YUV | 178.09 | 108.2 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 188 | 143 | 0.09 | 0 | 0.24 | 0.26 | 81.33 | 0.25 | 0.65 |
| Hex | AC | BC | 8F | 9 | 0 | 18 | 1A | 51 | 19 | 41 |
| Octal | 254 | 274 | 217 | 11 | 0 | 30 | 32 | 121 | 31 | 101 |
| Binary | 10101100 | 10111100 | 10001111 | 1001 | 0 | 11000 | 11010 | 1010001 | 11001 | 1000001 |
Color Harmonies of #ACBC8F
Complementary color
Monochromatic Colors of #ACBC8F
Black with #ACBC8F
Text Example
Text Example
White with #ACBC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBC8F; }
p { color: rgb(172,188,143); }
H1.HeaderClassName
{
color: #ACBC8F;
}
.AnyTagClassName
{
color: #ACBC8F;
}
</style>
background-color css
<style>
a { background-color: #ACBC8F; }
a { background-color: rgb(172,188,143); }
div.DivClassName
{
background-color: #ACBC8F;
}
.BgClassName
{
background-color: #ACBC8F;
}
</style>
border-color css
<style>
span { border-color: #ACBC8F; }
span { border-color: rgb(172,188,143); }
td.TdClassName
{
border-color: #ACBC8F;
}
.TagClassName
{
border-color: #ACBC8F;
}
</style>