Shades of Norway #A4BC92
Tints of Norway #A4BC92
RGB
CMYK
RGB Variations
Color information
#A4BC92 (or 0xA4BC92) is known color: Norway. HEX triplet: A4, BC and 92. RGB value is (164,188,146). Sum of RGB (Red+Green+Blue) = 164+188+146=498 (65% of max value = 765). Red value is 164 (64.45% from 255 or 32.93% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 146 (57.42% from 255 or 29.32% from 498); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BC92 is #5B436D. Grayscale: #B0B0B0. Windows color (decimal): -5981038 or 9616548. OLE color: 9616548.
HSL color Cylindrical-coordinate representation of color #A4BC92: hue angle of 94.29º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A4BC92 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 188 | 146 | - |
| CMYK | 0.13 | 0 | 0.22 | 0.26 |
| HSL | 94.29º | 0.24% | 0.65% | - |
| HSV(B) | 94.29º | 0.22% | 0.74% | - |
| XYZ | 38.48 | 45.93 | 34.03 | - |
| YUV | 176.04 | 111.05 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 188 | 146 | 0.13 | 0 | 0.22 | 0.26 | 94.29 | 0.24 | 0.65 |
| Hex | A4 | BC | 92 | D | 0 | 16 | 1A | 5E | 18 | 41 |
| Octal | 244 | 274 | 222 | 15 | 0 | 26 | 32 | 136 | 30 | 101 |
| Binary | 10100100 | 10111100 | 10010010 | 1101 | 0 | 10110 | 11010 | 1011110 | 11000 | 1000001 |
Color Harmonies of #A4BC92
Complementary color
Monochromatic Colors of #A4BC92
Black with #A4BC92
Text Example
Text Example
White with #A4BC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BC92; }
p { color: rgb(164,188,146); }
H1.HeaderClassName
{
color: #A4BC92;
}
.AnyTagClassName
{
color: #A4BC92;
}
</style>
background-color css
<style>
a { background-color: #A4BC92; }
a { background-color: rgb(164,188,146); }
div.DivClassName
{
background-color: #A4BC92;
}
.BgClassName
{
background-color: #A4BC92;
}
</style>
border-color css
<style>
span { border-color: #A4BC92; }
span { border-color: rgb(164,188,146); }
td.TdClassName
{
border-color: #A4BC92;
}
.TagClassName
{
border-color: #A4BC92;
}
</style>