Shades of Norway #A4BC93
Tints of Norway #A4BC93
RGB
CMYK
RGB Variations
Color information
#A4BC93 (or 0xA4BC93) is known color: Norway. HEX triplet: A4, BC and 93. RGB value is (164,188,147). Sum of RGB (Red+Green+Blue) = 164+188+147=499 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.87% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 147 (57.81% from 255 or 29.46% from 499); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BC93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BC93 is #5B436C. Grayscale: #B0B0B0. Windows color (decimal): -5981037 or 9682084. OLE color: 9682084.
HSL color Cylindrical-coordinate representation of color #A4BC93: hue angle of 95.12º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A4BC93 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 188 | 147 | - |
| CMYK | 0.13 | 0 | 0.22 | 0.26 |
| HSL | 95.12º | 0.23% | 0.66% | - |
| HSV(B) | 95.12º | 0.22% | 0.74% | - |
| XYZ | 38.56 | 45.97 | 34.44 | - |
| YUV | 176.15 | 111.55 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 188 | 147 | 0.13 | 0 | 0.22 | 0.26 | 95.12 | 0.23 | 0.66 |
| Hex | A4 | BC | 93 | D | 0 | 16 | 1A | 5F | 17 | 42 |
| Octal | 244 | 274 | 223 | 15 | 0 | 26 | 32 | 137 | 27 | 102 |
| Binary | 10100100 | 10111100 | 10010011 | 1101 | 0 | 10110 | 11010 | 1011111 | 10111 | 1000010 |
Color Harmonies of #A4BC93
Complementary color
Monochromatic Colors of #A4BC93
Black with #A4BC93
Text Example
Text Example
White with #A4BC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BC93; }
p { color: rgb(164,188,147); }
H1.HeaderClassName
{
color: #A4BC93;
}
.AnyTagClassName
{
color: #A4BC93;
}
</style>
background-color css
<style>
a { background-color: #A4BC93; }
a { background-color: rgb(164,188,147); }
div.DivClassName
{
background-color: #A4BC93;
}
.BgClassName
{
background-color: #A4BC93;
}
</style>
border-color css
<style>
span { border-color: #A4BC93; }
span { border-color: rgb(164,188,147); }
td.TdClassName
{
border-color: #A4BC93;
}
.TagClassName
{
border-color: #A4BC93;
}
</style>