Shades of Norway #A2BC93
Tints of Norway #A2BC93
RGB
CMYK
RGB Variations
Color information
#A2BC93 (or 0xA2BC93) is known color: Norway. HEX triplet: A2, BC and 93. RGB value is (162,188,147). Sum of RGB (Red+Green+Blue) = 162+188+147=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 147 (57.81% from 255 or 29.58% from 497); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BC93 is #5D436C. Grayscale: #AFAFAF. Windows color (decimal): -6112109 or 9682082. OLE color: 9682082.
HSL color Cylindrical-coordinate representation of color #A2BC93: hue angle of 98.05º 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 #A2BC93 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 188 | 147 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.26 |
| HSL | 98.05º | 0.23% | 0.66% | - |
| HSV(B) | 98.05º | 0.22% | 0.74% | - |
| XYZ | 38.15 | 45.75 | 34.42 | - |
| YUV | 175.55 | 111.89 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 147 | 0.14 | 0 | 0.22 | 0.26 | 98.05 | 0.23 | 0.66 |
| Hex | A2 | BC | 93 | E | 0 | 16 | 1A | 62 | 17 | 42 |
| Octal | 242 | 274 | 223 | 16 | 0 | 26 | 32 | 142 | 27 | 102 |
| Binary | 10100010 | 10111100 | 10010011 | 1110 | 0 | 10110 | 11010 | 1100010 | 10111 | 1000010 |
Color Harmonies of #A2BC93
Complementary color
Monochromatic Colors of #A2BC93
Black with #A2BC93
Text Example
Text Example
White with #A2BC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BC93; }
p { color: rgb(162,188,147); }
H1.HeaderClassName
{
color: #A2BC93;
}
.AnyTagClassName
{
color: #A2BC93;
}
</style>
background-color css
<style>
a { background-color: #A2BC93; }
a { background-color: rgb(162,188,147); }
div.DivClassName
{
background-color: #A2BC93;
}
.BgClassName
{
background-color: #A2BC93;
}
</style>
border-color css
<style>
span { border-color: #A2BC93; }
span { border-color: rgb(162,188,147); }
td.TdClassName
{
border-color: #A2BC93;
}
.TagClassName
{
border-color: #A2BC93;
}
</style>