Shades of Norway #ACBC9B
Tints of Norway #ACBC9B
RGB
CMYK
RGB Variations
Color information
#ACBC9B (or 0xACBC9B) is known color: Norway. HEX triplet: AC, BC and 9B. RGB value is (172,188,155). Sum of RGB (Red+Green+Blue) = 172+188+155=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 155 (60.94% from 255 or 30.10% from 515); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBC9B is #534364. Grayscale: #B3B3B3. Windows color (decimal): -5456741 or 10206380. OLE color: 10206380.
HSL color Cylindrical-coordinate representation of color #ACBC9B: hue angle of 89.09º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACBC9B is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 188 | 155 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.26 |
| HSL | 89.09º | 0.2% | 0.67% | - |
| HSV(B) | 89.09º | 0.18% | 0.74% | - |
| XYZ | 40.91 | 47.1 | 37.95 | - |
| YUV | 179.45 | 114.2 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 188 | 155 | 0.09 | 0 | 0.18 | 0.26 | 89.09 | 0.2 | 0.67 |
| Hex | AC | BC | 9B | 9 | 0 | 12 | 1A | 59 | 14 | 43 |
| Octal | 254 | 274 | 233 | 11 | 0 | 22 | 32 | 131 | 24 | 103 |
| Binary | 10101100 | 10111100 | 10011011 | 1001 | 0 | 10010 | 11010 | 1011001 | 10100 | 1000011 |
Color Harmonies of #ACBC9B
Complementary color
Monochromatic Colors of #ACBC9B
Black with #ACBC9B
Text Example
Text Example
White with #ACBC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBC9B; }
p { color: rgb(172,188,155); }
H1.HeaderClassName
{
color: #ACBC9B;
}
.AnyTagClassName
{
color: #ACBC9B;
}
</style>
background-color css
<style>
a { background-color: #ACBC9B; }
a { background-color: rgb(172,188,155); }
div.DivClassName
{
background-color: #ACBC9B;
}
.BgClassName
{
background-color: #ACBC9B;
}
</style>
border-color css
<style>
span { border-color: #ACBC9B; }
span { border-color: rgb(172,188,155); }
td.TdClassName
{
border-color: #ACBC9B;
}
.TagClassName
{
border-color: #ACBC9B;
}
</style>