Shades of Norway #A5BC8D
Tints of Norway #A5BC8D
RGB
CMYK
RGB Variations
Color information
#A5BC8D (or 0xA5BC8D) is known color: Norway. HEX triplet: A5, BC and 8D. RGB value is (165,188,141). Sum of RGB (Red+Green+Blue) = 165+188+141=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BC8D is #5A4372. Grayscale: #AFAFAF. Windows color (decimal): -5915507 or 9288869. OLE color: 9288869.
HSL color Cylindrical-coordinate representation of color #A5BC8D: hue angle of 89.36º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5BC8D is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 188 | 141 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.26 |
| HSL | 89.36º | 0.26% | 0.65% | - |
| HSV(B) | 89.36º | 0.25% | 0.74% | - |
| XYZ | 38.31 | 45.89 | 32.04 | - |
| YUV | 175.77 | 108.38 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 188 | 141 | 0.12 | 0 | 0.25 | 0.26 | 89.36 | 0.26 | 0.65 |
| Hex | A5 | BC | 8D | C | 0 | 19 | 1A | 59 | 1A | 41 |
| Octal | 245 | 274 | 215 | 14 | 0 | 31 | 32 | 131 | 32 | 101 |
| Binary | 10100101 | 10111100 | 10001101 | 1100 | 0 | 11001 | 11010 | 1011001 | 11010 | 1000001 |
Color Harmonies of #A5BC8D
Complementary color
Monochromatic Colors of #A5BC8D
Black with #A5BC8D
Text Example
Text Example
White with #A5BC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BC8D; }
p { color: rgb(165,188,141); }
H1.HeaderClassName
{
color: #A5BC8D;
}
.AnyTagClassName
{
color: #A5BC8D;
}
</style>
background-color css
<style>
a { background-color: #A5BC8D; }
a { background-color: rgb(165,188,141); }
div.DivClassName
{
background-color: #A5BC8D;
}
.BgClassName
{
background-color: #A5BC8D;
}
</style>
border-color css
<style>
span { border-color: #A5BC8D; }
span { border-color: rgb(165,188,141); }
td.TdClassName
{
border-color: #A5BC8D;
}
.TagClassName
{
border-color: #A5BC8D;
}
</style>