Shades of Norway #ACBD8E
Tints of Norway #ACBD8E
RGB
CMYK
RGB Variations
Color information
#ACBD8E (or 0xACBD8E) is known color: Norway. HEX triplet: AC, BD and 8E. RGB value is (172,189,142). Sum of RGB (Red+Green+Blue) = 172+189+142=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 142 (55.86% from 255 or 28.23% from 503); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBD8E is #534271. Grayscale: #B2B2B2. Windows color (decimal): -5456498 or 9354668. OLE color: 9354668.
HSL color Cylindrical-coordinate representation of color #ACBD8E: hue angle of 81.7º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACBD8E is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 189 | 142 | - |
| CMYK | 0.09 | 0 | 0.25 | 0.26 |
| HSL | 81.7º | 0.26% | 0.65% | - |
| HSV(B) | 81.7º | 0.25% | 0.74% | - |
| XYZ | 40.09 | 47.12 | 32.57 | - |
| YUV | 178.56 | 107.37 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 189 | 142 | 0.09 | 0 | 0.25 | 0.26 | 81.7 | 0.26 | 0.65 |
| Hex | AC | BD | 8E | 9 | 0 | 19 | 1A | 52 | 1A | 41 |
| Octal | 254 | 275 | 216 | 11 | 0 | 31 | 32 | 122 | 32 | 101 |
| Binary | 10101100 | 10111101 | 10001110 | 1001 | 0 | 11001 | 11010 | 1010010 | 11010 | 1000001 |
Color Harmonies of #ACBD8E
Complementary color
Monochromatic Colors of #ACBD8E
Black with #ACBD8E
Text Example
Text Example
White with #ACBD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBD8E; }
p { color: rgb(172,189,142); }
H1.HeaderClassName
{
color: #ACBD8E;
}
.AnyTagClassName
{
color: #ACBD8E;
}
</style>
background-color css
<style>
a { background-color: #ACBD8E; }
a { background-color: rgb(172,189,142); }
div.DivClassName
{
background-color: #ACBD8E;
}
.BgClassName
{
background-color: #ACBD8E;
}
</style>
border-color css
<style>
span { border-color: #ACBD8E; }
span { border-color: rgb(172,189,142); }
td.TdClassName
{
border-color: #ACBD8E;
}
.TagClassName
{
border-color: #ACBD8E;
}
</style>