Shades of Norway #A5BE88
Tints of Norway #A5BE88
RGB
CMYK
RGB Variations
Color information
#A5BE88 (or 0xA5BE88) is known color: Norway. HEX triplet: A5, BE and 88. RGB value is (165,190,136). Sum of RGB (Red+Green+Blue) = 165+190+136=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 190 - color contains mainly: green. Hex color #A5BE88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BE88 is #5A4177. Grayscale: #B0B0B0. Windows color (decimal): -5915000 or 8961701. OLE color: 8961701.
HSL color Cylindrical-coordinate representation of color #A5BE88: hue angle of 87.78º 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 #A5BE88 is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 190 | 136 | - |
| CMYK | 0.13 | 0 | 0.28 | 0.25 |
| HSL | 87.78º | 0.29% | 0.64% | - |
| HSV(B) | 87.78º | 0.28% | 0.75% | - |
| XYZ | 38.37 | 46.6 | 30.27 | - |
| YUV | 176.37 | 105.22 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 190 | 136 | 0.13 | 0 | 0.28 | 0.25 | 87.78 | 0.29 | 0.64 |
| Hex | A5 | BE | 88 | D | 0 | 1C | 19 | 58 | 1D | 40 |
| Octal | 245 | 276 | 210 | 15 | 0 | 34 | 31 | 130 | 35 | 100 |
| Binary | 10100101 | 10111110 | 10001000 | 1101 | 0 | 11100 | 11001 | 1011000 | 11101 | 1000000 |
Color Harmonies of #A5BE88
Complementary color
Monochromatic Colors of #A5BE88
Black with #A5BE88
Text Example
Text Example
White with #A5BE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BE88; }
p { color: rgb(165,190,136); }
H1.HeaderClassName
{
color: #A5BE88;
}
.AnyTagClassName
{
color: #A5BE88;
}
</style>
background-color css
<style>
a { background-color: #A5BE88; }
a { background-color: rgb(165,190,136); }
div.DivClassName
{
background-color: #A5BE88;
}
.BgClassName
{
background-color: #A5BE88;
}
</style>
border-color css
<style>
span { border-color: #A5BE88; }
span { border-color: rgb(165,190,136); }
td.TdClassName
{
border-color: #A5BE88;
}
.TagClassName
{
border-color: #A5BE88;
}
</style>