Shades of Norway #A5BD91
Tints of Norway #A5BD91
RGB
CMYK
RGB Variations
Color information
#A5BD91 (or 0xA5BD91) is known color: Norway. HEX triplet: A5, BD and 91. RGB value is (165,189,145). Sum of RGB (Red+Green+Blue) = 165+189+145=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 189 (74.22% from 255 or 37.88% from 499); Blue value is 145 (57.03% from 255 or 29.06% from 499); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BD91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BD91 is #5A426E. Grayscale: #B0B0B0. Windows color (decimal): -5915247 or 9551269. OLE color: 9551269.
HSL color Cylindrical-coordinate representation of color #A5BD91: hue angle of 92.73º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5BD91 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 189 | 145 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.26 |
| HSL | 92.73º | 0.25% | 0.65% | - |
| HSV(B) | 92.73º | 0.23% | 0.74% | - |
| XYZ | 38.83 | 46.44 | 33.71 | - |
| YUV | 176.81 | 110.05 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 189 | 145 | 0.13 | 0 | 0.23 | 0.26 | 92.73 | 0.25 | 0.65 |
| Hex | A5 | BD | 91 | D | 0 | 17 | 1A | 5D | 19 | 41 |
| Octal | 245 | 275 | 221 | 15 | 0 | 27 | 32 | 135 | 31 | 101 |
| Binary | 10100101 | 10111101 | 10010001 | 1101 | 0 | 10111 | 11010 | 1011101 | 11001 | 1000001 |
Color Harmonies of #A5BD91
Complementary color
Monochromatic Colors of #A5BD91
Black with #A5BD91
Text Example
Text Example
White with #A5BD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BD91; }
p { color: rgb(165,189,145); }
H1.HeaderClassName
{
color: #A5BD91;
}
.AnyTagClassName
{
color: #A5BD91;
}
</style>
background-color css
<style>
a { background-color: #A5BD91; }
a { background-color: rgb(165,189,145); }
div.DivClassName
{
background-color: #A5BD91;
}
.BgClassName
{
background-color: #A5BD91;
}
</style>
border-color css
<style>
span { border-color: #A5BD91; }
span { border-color: rgb(165,189,145); }
td.TdClassName
{
border-color: #A5BD91;
}
.TagClassName
{
border-color: #A5BD91;
}
</style>