Shades of Norway #ACC39B
Tints of Norway #ACC39B
RGB
CMYK
RGB Variations
Color information
#ACC39B (or 0xACC39B) is known color: Norway. HEX triplet: AC, C3 and 9B. RGB value is (172,195,155). Sum of RGB (Red+Green+Blue) = 172+195+155=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 195 (76.56% from 255 or 37.36% from 522); Blue value is 155 (60.94% from 255 or 29.69% from 522); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC39B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC39B is #533C64. Grayscale: #B7B7B7. Windows color (decimal): -5454949 or 10208172. OLE color: 10208172.
HSL color Cylindrical-coordinate representation of color #ACC39B: hue angle of 94.5º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACC39B is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 195 | 155 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.24 |
| HSL | 94.5º | 0.25% | 0.69% | - |
| HSV(B) | 94.5º | 0.21% | 0.76% | - |
| XYZ | 42.44 | 50.17 | 38.46 | - |
| YUV | 183.56 | 111.88 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 195 | 155 | 0.12 | 0 | 0.21 | 0.24 | 94.5 | 0.25 | 0.69 |
| Hex | AC | C3 | 9B | C | 0 | 15 | 18 | 5E | 19 | 45 |
| Octal | 254 | 303 | 233 | 14 | 0 | 25 | 30 | 136 | 31 | 105 |
| Binary | 10101100 | 11000011 | 10011011 | 1100 | 0 | 10101 | 11000 | 1011110 | 11001 | 1000101 |
Color Harmonies of #ACC39B
Complementary color
Monochromatic Colors of #ACC39B
Black with #ACC39B
Text Example
Text Example
White with #ACC39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC39B; }
p { color: rgb(172,195,155); }
H1.HeaderClassName
{
color: #ACC39B;
}
.AnyTagClassName
{
color: #ACC39B;
}
</style>
background-color css
<style>
a { background-color: #ACC39B; }
a { background-color: rgb(172,195,155); }
div.DivClassName
{
background-color: #ACC39B;
}
.BgClassName
{
background-color: #ACC39B;
}
</style>
border-color css
<style>
span { border-color: #ACC39B; }
span { border-color: rgb(172,195,155); }
td.TdClassName
{
border-color: #ACC39B;
}
.TagClassName
{
border-color: #ACC39B;
}
</style>