Shades of Norway #ACC49B
Tints of Norway #ACC49B
RGB
CMYK
RGB Variations
Color information
#ACC49B (or 0xACC49B) is known color: Norway. HEX triplet: AC, C4 and 9B. RGB value is (172,196,155). Sum of RGB (Red+Green+Blue) = 172+196+155=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 196 (76.95% from 255 or 37.48% from 523); Blue value is 155 (60.94% from 255 or 29.64% from 523); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC49B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC49B is #533B64. Grayscale: #B8B8B8. Windows color (decimal): -5454693 or 10208428. OLE color: 10208428.
HSL color Cylindrical-coordinate representation of color #ACC49B: hue angle of 95.12º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACC49B is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 196 | 155 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.23 |
| HSL | 95.12º | 0.26% | 0.69% | - |
| HSV(B) | 95.12º | 0.21% | 0.77% | - |
| XYZ | 42.67 | 50.62 | 38.53 | - |
| YUV | 184.15 | 111.55 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 196 | 155 | 0.12 | 0 | 0.21 | 0.23 | 95.12 | 0.26 | 0.69 |
| Hex | AC | C4 | 9B | C | 0 | 15 | 17 | 5F | 1A | 45 |
| Octal | 254 | 304 | 233 | 14 | 0 | 25 | 27 | 137 | 32 | 105 |
| Binary | 10101100 | 11000100 | 10011011 | 1100 | 0 | 10101 | 10111 | 1011111 | 11010 | 1000101 |
Color Harmonies of #ACC49B
Complementary color
Monochromatic Colors of #ACC49B
Black with #ACC49B
Text Example
Text Example
White with #ACC49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC49B; }
p { color: rgb(172,196,155); }
H1.HeaderClassName
{
color: #ACC49B;
}
.AnyTagClassName
{
color: #ACC49B;
}
</style>
background-color css
<style>
a { background-color: #ACC49B; }
a { background-color: rgb(172,196,155); }
div.DivClassName
{
background-color: #ACC49B;
}
.BgClassName
{
background-color: #ACC49B;
}
</style>
border-color css
<style>
span { border-color: #ACC49B; }
span { border-color: rgb(172,196,155); }
td.TdClassName
{
border-color: #ACC49B;
}
.TagClassName
{
border-color: #ACC49B;
}
</style>