Shades of Norway #ACBC9C
Tints of Norway #ACBC9C
RGB
CMYK
RGB Variations
Color information
#ACBC9C (or 0xACBC9C) is known color: Norway. HEX triplet: AC, BC and 9C. RGB value is (172,188,156). Sum of RGB (Red+Green+Blue) = 172+188+156=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 156 (61.33% from 255 or 30.23% from 516); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBC9C is #534363. Grayscale: #B3B3B3. Windows color (decimal): -5456740 or 10271916. OLE color: 10271916.
HSL color Cylindrical-coordinate representation of color #ACBC9C: hue angle of 90º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACBC9C is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
RGB | 172 | 188 | 156 | - |
CMYK | 0.09 | 0 | 0.17 | 0.26 |
HSL | 90º | 0.19% | 0.67% | - |
HSV(B) | 90º | 0.17% | 0.74% | - |
XYZ | 41 | 47.14 | 38.39 | - |
YUV | 179.57 | 114.7 | 122.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 188 | 156 | 0.09 | 0 | 0.17 | 0.26 | 90 | 0.19 | 0.67 |
Hex | AC | BC | 9C | 9 | 0 | 11 | 1A | 5A | 13 | 43 |
Octal | 254 | 274 | 234 | 11 | 0 | 21 | 32 | 132 | 23 | 103 |
Binary | 10101100 | 10111100 | 10011100 | 1001 | 0 | 10001 | 11010 | 1011010 | 10011 | 1000011 |
Color Harmonies of #ACBC9C
Complementary color
Monochromatic Colors of #ACBC9C
Black with #ACBC9C
Text Example
Text Example
White with #ACBC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBC9C; }
p { color: rgb(172,188,156); }
H1.HeaderClassName
{
color: #ACBC9C;
}
.AnyTagClassName
{
color: #ACBC9C;
}
</style>
background-color css
<style>
a { background-color: #ACBC9C; }
a { background-color: rgb(172,188,156); }
div.DivClassName
{
background-color: #ACBC9C;
}
.BgClassName
{
background-color: #ACBC9C;
}
</style>
border-color css
<style>
span { border-color: #ACBC9C; }
span { border-color: rgb(172,188,156); }
td.TdClassName
{
border-color: #ACBC9C;
}
.TagClassName
{
border-color: #ACBC9C;
}
</style>