Shades of Norway #A2C085
Tints of Norway #A2C085
RGB
CMYK
RGB Variations
Color information
#A2C085 (or 0xA2C085) is known color: Norway. HEX triplet: A2, C0 and 85. RGB value is (162,192,133). Sum of RGB (Red+Green+Blue) = 162+192+133=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 192 (75.39% from 255 or 39.43% from 487); Blue value is 133 (52.34% from 255 or 27.31% from 487); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C085 is #5D3F7A. Grayscale: #B0B0B0. Windows color (decimal): -6111099 or 8765602. OLE color: 8765602.
HSL color Cylindrical-coordinate representation of color #A2C085: hue angle of 90.51º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2C085 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 192 | 133 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.25 |
| HSL | 90.51º | 0.32% | 0.64% | - |
| HSV(B) | 90.51º | 0.31% | 0.75% | - |
| XYZ | 37.98 | 47.07 | 29.27 | - |
| YUV | 176.3 | 103.56 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 192 | 133 | 0.16 | 0 | 0.31 | 0.25 | 90.51 | 0.32 | 0.64 |
| Hex | A2 | C0 | 85 | 10 | 0 | 1F | 19 | 5B | 20 | 40 |
| Octal | 242 | 300 | 205 | 20 | 0 | 37 | 31 | 133 | 40 | 100 |
| Binary | 10100010 | 11000000 | 10000101 | 10000 | 0 | 11111 | 11001 | 1011011 | 100000 | 1000000 |
Color Harmonies of #A2C085
Complementary color
Monochromatic Colors of #A2C085
Black with #A2C085
Text Example
Text Example
White with #A2C085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C085; }
p { color: rgb(162,192,133); }
H1.HeaderClassName
{
color: #A2C085;
}
.AnyTagClassName
{
color: #A2C085;
}
</style>
background-color css
<style>
a { background-color: #A2C085; }
a { background-color: rgb(162,192,133); }
div.DivClassName
{
background-color: #A2C085;
}
.BgClassName
{
background-color: #A2C085;
}
</style>
border-color css
<style>
span { border-color: #A2C085; }
span { border-color: rgb(162,192,133); }
td.TdClassName
{
border-color: #A2C085;
}
.TagClassName
{
border-color: #A2C085;
}
</style>