Shades of Norway #A1BE86
Tints of Norway #A1BE86
RGB
CMYK
RGB Variations
Color information
#A1BE86 (or 0xA1BE86) is known color: Norway. HEX triplet: A1, BE and 86. RGB value is (161,190,134). Sum of RGB (Red+Green+Blue) = 161+190+134=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 134 (52.73% from 255 or 27.63% from 485); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BE86 is #5E4179. Grayscale: #AFAFAF. Windows color (decimal): -6177146 or 8830625. OLE color: 8830625.
HSL color Cylindrical-coordinate representation of color #A1BE86: hue angle of 91.07º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1BE86 is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 190 | 134 | - |
| CMYK | 0.15 | 0 | 0.29 | 0.25 |
| HSL | 91.07º | 0.3% | 0.64% | - |
| HSV(B) | 91.07º | 0.29% | 0.75% | - |
| XYZ | 37.41 | 46.13 | 29.49 | - |
| YUV | 174.95 | 104.89 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 190 | 134 | 0.15 | 0 | 0.29 | 0.25 | 91.07 | 0.3 | 0.64 |
| Hex | A1 | BE | 86 | F | 0 | 1D | 19 | 5B | 1E | 40 |
| Octal | 241 | 276 | 206 | 17 | 0 | 35 | 31 | 133 | 36 | 100 |
| Binary | 10100001 | 10111110 | 10000110 | 1111 | 0 | 11101 | 11001 | 1011011 | 11110 | 1000000 |
Color Harmonies of #A1BE86
Complementary color
Monochromatic Colors of #A1BE86
Black with #A1BE86
Text Example
Text Example
White with #A1BE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BE86; }
p { color: rgb(161,190,134); }
H1.HeaderClassName
{
color: #A1BE86;
}
.AnyTagClassName
{
color: #A1BE86;
}
</style>
background-color css
<style>
a { background-color: #A1BE86; }
a { background-color: rgb(161,190,134); }
div.DivClassName
{
background-color: #A1BE86;
}
.BgClassName
{
background-color: #A1BE86;
}
</style>
border-color css
<style>
span { border-color: #A1BE86; }
span { border-color: rgb(161,190,134); }
td.TdClassName
{
border-color: #A1BE86;
}
.TagClassName
{
border-color: #A1BE86;
}
</style>