Shades of Norway #ACB99C
Tints of Norway #ACB99C
RGB
CMYK
RGB Variations
Color information
#ACB99C (or 0xACB99C) is known color: Norway. HEX triplet: AC, B9 and 9C. RGB value is (172,185,156). Sum of RGB (Red+Green+Blue) = 172+185+156=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 185 (72.66% from 255 or 36.06% from 513); Blue value is 156 (61.33% from 255 or 30.41% from 513); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB99C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB99C is #534663. Grayscale: #B1B1B1. Windows color (decimal): -5457508 or 10271148. OLE color: 10271148.
HSL color Cylindrical-coordinate representation of color #ACB99C: hue angle of 86.9º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACB99C is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 156 | - |
| CMYK | 0.07 | 0 | 0.16 | 0.27 |
| HSL | 86.9º | 0.17% | 0.67% | - |
| HSV(B) | 86.9º | 0.16% | 0.73% | - |
| XYZ | 40.36 | 45.87 | 38.18 | - |
| YUV | 177.81 | 115.69 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 156 | 0.07 | 0 | 0.16 | 0.27 | 86.9 | 0.17 | 0.67 |
| Hex | AC | B9 | 9C | 7 | 0 | 10 | 1B | 57 | 11 | 43 |
| Octal | 254 | 271 | 234 | 7 | 0 | 20 | 33 | 127 | 21 | 103 |
| Binary | 10101100 | 10111001 | 10011100 | 111 | 0 | 10000 | 11011 | 1010111 | 10001 | 1000011 |
Color Harmonies of #ACB99C
Complementary color
Monochromatic Colors of #ACB99C
Black with #ACB99C
Text Example
Text Example
White with #ACB99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB99C; }
p { color: rgb(172,185,156); }
H1.HeaderClassName
{
color: #ACB99C;
}
.AnyTagClassName
{
color: #ACB99C;
}
</style>
background-color css
<style>
a { background-color: #ACB99C; }
a { background-color: rgb(172,185,156); }
div.DivClassName
{
background-color: #ACB99C;
}
.BgClassName
{
background-color: #ACB99C;
}
</style>
border-color css
<style>
span { border-color: #ACB99C; }
span { border-color: rgb(172,185,156); }
td.TdClassName
{
border-color: #ACB99C;
}
.TagClassName
{
border-color: #ACB99C;
}
</style>