Shades of Norway #ACC09B
Tints of Norway #ACC09B
RGB
CMYK
RGB Variations
Color information
#ACC09B (or 0xACC09B) is known color: Norway. HEX triplet: AC, C0 and 9B. RGB value is (172,192,155). Sum of RGB (Red+Green+Blue) = 172+192+155=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 155 (60.94% from 255 or 29.87% from 519); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC09B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC09B is #533F64. Grayscale: #B5B5B5. Windows color (decimal): -5455717 or 10207404. OLE color: 10207404.
HSL color Cylindrical-coordinate representation of color #ACC09B: hue angle of 92.43º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACC09B is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 192 | 155 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.25 |
| HSL | 92.43º | 0.23% | 0.68% | - |
| HSV(B) | 92.43º | 0.19% | 0.75% | - |
| XYZ | 41.78 | 48.84 | 38.23 | - |
| YUV | 181.8 | 112.87 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 192 | 155 | 0.10 | 0 | 0.19 | 0.25 | 92.43 | 0.23 | 0.68 |
| Hex | AC | C0 | 9B | A | 0 | 13 | 19 | 5C | 17 | 44 |
| Octal | 254 | 300 | 233 | 12 | 0 | 23 | 31 | 134 | 27 | 104 |
| Binary | 10101100 | 11000000 | 10011011 | 1010 | 0 | 10011 | 11001 | 1011100 | 10111 | 1000100 |
Color Harmonies of #ACC09B
Complementary color
Monochromatic Colors of #ACC09B
Black with #ACC09B
Text Example
Text Example
White with #ACC09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC09B; }
p { color: rgb(172,192,155); }
H1.HeaderClassName
{
color: #ACC09B;
}
.AnyTagClassName
{
color: #ACC09B;
}
</style>
background-color css
<style>
a { background-color: #ACC09B; }
a { background-color: rgb(172,192,155); }
div.DivClassName
{
background-color: #ACC09B;
}
.BgClassName
{
background-color: #ACC09B;
}
</style>
border-color css
<style>
span { border-color: #ACC09B; }
span { border-color: rgb(172,192,155); }
td.TdClassName
{
border-color: #ACC09B;
}
.TagClassName
{
border-color: #ACC09B;
}
</style>