Shades of Norway #A5BE89
Tints of Norway #A5BE89
RGB
CMYK
RGB Variations
Color information
#A5BE89 (or 0xA5BE89) is known color: Norway. HEX triplet: A5, BE and 89. RGB value is (165,190,137). Sum of RGB (Red+Green+Blue) = 165+190+137=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 137 (53.91% from 255 or 27.85% from 492); Max value from RGB is 190 - color contains mainly: green. Hex color #A5BE89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BE89 is #5A4176. Grayscale: #B0B0B0. Windows color (decimal): -5914999 or 9027237. OLE color: 9027237.
HSL color Cylindrical-coordinate representation of color #A5BE89: hue angle of 88.3º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5BE89 is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 190 | 137 | - |
| CMYK | 0.13 | 0 | 0.28 | 0.25 |
| HSL | 88.3º | 0.29% | 0.64% | - |
| HSV(B) | 88.3º | 0.28% | 0.75% | - |
| XYZ | 38.45 | 46.63 | 30.64 | - |
| YUV | 176.48 | 105.72 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 190 | 137 | 0.13 | 0 | 0.28 | 0.25 | 88.3 | 0.29 | 0.64 |
| Hex | A5 | BE | 89 | D | 0 | 1C | 19 | 58 | 1D | 40 |
| Octal | 245 | 276 | 211 | 15 | 0 | 34 | 31 | 130 | 35 | 100 |
| Binary | 10100101 | 10111110 | 10001001 | 1101 | 0 | 11100 | 11001 | 1011000 | 11101 | 1000000 |
Color Harmonies of #A5BE89
Complementary color
Monochromatic Colors of #A5BE89
Black with #A5BE89
Text Example
Text Example
White with #A5BE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BE89; }
p { color: rgb(165,190,137); }
H1.HeaderClassName
{
color: #A5BE89;
}
.AnyTagClassName
{
color: #A5BE89;
}
</style>
background-color css
<style>
a { background-color: #A5BE89; }
a { background-color: rgb(165,190,137); }
div.DivClassName
{
background-color: #A5BE89;
}
.BgClassName
{
background-color: #A5BE89;
}
</style>
border-color css
<style>
span { border-color: #A5BE89; }
span { border-color: rgb(165,190,137); }
td.TdClassName
{
border-color: #A5BE89;
}
.TagClassName
{
border-color: #A5BE89;
}
</style>