Shades of Norway #A5BC87
Tints of Norway #A5BC87
RGB
CMYK
RGB Variations
Color information
#A5BC87 (or 0xA5BC87) is known color: Norway. HEX triplet: A5, BC and 87. RGB value is (165,188,135). Sum of RGB (Red+Green+Blue) = 165+188+135=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 135 (53.12% from 255 or 27.66% from 488); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BC87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BC87 is #5A4378. Grayscale: #AFAFAF. Windows color (decimal): -5915513 or 8895653. OLE color: 8895653.
HSL color Cylindrical-coordinate representation of color #A5BC87: hue angle of 86.04º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5BC87 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 188 | 135 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.26 |
| HSL | 86.04º | 0.28% | 0.63% | - |
| HSV(B) | 86.04º | 0.28% | 0.74% | - |
| XYZ | 37.87 | 45.72 | 29.75 | - |
| YUV | 175.08 | 105.38 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 188 | 135 | 0.12 | 0 | 0.28 | 0.26 | 86.04 | 0.28 | 0.63 |
| Hex | A5 | BC | 87 | C | 0 | 1C | 1A | 56 | 1C | 3F |
| Octal | 245 | 274 | 207 | 14 | 0 | 34 | 32 | 126 | 34 | 77 |
| Binary | 10100101 | 10111100 | 10000111 | 1100 | 0 | 11100 | 11010 | 1010110 | 11100 | 111111 |
Color Harmonies of #A5BC87
Complementary color
Monochromatic Colors of #A5BC87
Black with #A5BC87
Text Example
Text Example
White with #A5BC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BC87; }
p { color: rgb(165,188,135); }
H1.HeaderClassName
{
color: #A5BC87;
}
.AnyTagClassName
{
color: #A5BC87;
}
</style>
background-color css
<style>
a { background-color: #A5BC87; }
a { background-color: rgb(165,188,135); }
div.DivClassName
{
background-color: #A5BC87;
}
.BgClassName
{
background-color: #A5BC87;
}
</style>
border-color css
<style>
span { border-color: #A5BC87; }
span { border-color: rgb(165,188,135); }
td.TdClassName
{
border-color: #A5BC87;
}
.TagClassName
{
border-color: #A5BC87;
}
</style>