Shades of Norway #A3BE85
Tints of Norway #A3BE85
RGB
CMYK
RGB Variations
Color information
#A3BE85 (or 0xA3BE85) is known color: Norway. HEX triplet: A3, BE and 85. RGB value is (163,190,133). Sum of RGB (Red+Green+Blue) = 163+190+133=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BE85 is #5C417A. Grayscale: #AFAFAF. Windows color (decimal): -6046075 or 8765091. OLE color: 8765091.
HSL color Cylindrical-coordinate representation of color #A3BE85: hue angle of 88.42º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3BE85 is Cyan = 0.14, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 190 | 133 | - |
| CMYK | 0.14 | 0 | 0.3 | 0.25 |
| HSL | 88.42º | 0.3% | 0.63% | - |
| HSV(B) | 88.42º | 0.3% | 0.75% | - |
| XYZ | 37.75 | 46.31 | 29.14 | - |
| YUV | 175.43 | 104.05 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 190 | 133 | 0.14 | 0 | 0.3 | 0.25 | 88.42 | 0.3 | 0.63 |
| Hex | A3 | BE | 85 | E | 0 | 1E | 19 | 58 | 1E | 3F |
| Octal | 243 | 276 | 205 | 16 | 0 | 36 | 31 | 130 | 36 | 77 |
| Binary | 10100011 | 10111110 | 10000101 | 1110 | 0 | 11110 | 11001 | 1011000 | 11110 | 111111 |
Color Harmonies of #A3BE85
Complementary color
Monochromatic Colors of #A3BE85
Black with #A3BE85
Text Example
Text Example
White with #A3BE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BE85; }
p { color: rgb(163,190,133); }
H1.HeaderClassName
{
color: #A3BE85;
}
.AnyTagClassName
{
color: #A3BE85;
}
</style>
background-color css
<style>
a { background-color: #A3BE85; }
a { background-color: rgb(163,190,133); }
div.DivClassName
{
background-color: #A3BE85;
}
.BgClassName
{
background-color: #A3BE85;
}
</style>
border-color css
<style>
span { border-color: #A3BE85; }
span { border-color: rgb(163,190,133); }
td.TdClassName
{
border-color: #A3BE85;
}
.TagClassName
{
border-color: #A3BE85;
}
</style>