Shades of Norway #A3BE8E
Tints of Norway #A3BE8E
RGB
CMYK
RGB Variations
Color information
#A3BE8E (or 0xA3BE8E) is known color: Norway. HEX triplet: A3, BE and 8E. RGB value is (163,190,142). Sum of RGB (Red+Green+Blue) = 163+190+142=495 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.93% from 495); Green value is 190 (74.61% from 255 or 38.38% from 495); Blue value is 142 (55.86% from 255 or 28.69% from 495); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BE8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BE8E is #5C4171. Grayscale: #B0B0B0. Windows color (decimal): -6046066 or 9354915. OLE color: 9354915.
HSL color Cylindrical-coordinate representation of color #A3BE8E: hue angle of 93.75º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A3BE8E is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 190 | 142 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.25 |
| HSL | 93.75º | 0.27% | 0.65% | - |
| HSV(B) | 93.75º | 0.25% | 0.75% | - |
| XYZ | 38.4 | 46.57 | 32.56 | - |
| YUV | 176.46 | 108.55 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 190 | 142 | 0.14 | 0 | 0.25 | 0.25 | 93.75 | 0.27 | 0.65 |
| Hex | A3 | BE | 8E | E | 0 | 19 | 19 | 5E | 1B | 41 |
| Octal | 243 | 276 | 216 | 16 | 0 | 31 | 31 | 136 | 33 | 101 |
| Binary | 10100011 | 10111110 | 10001110 | 1110 | 0 | 11001 | 11001 | 1011110 | 11011 | 1000001 |
Color Harmonies of #A3BE8E
Complementary color
Monochromatic Colors of #A3BE8E
Black with #A3BE8E
Text Example
Text Example
White with #A3BE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BE8E; }
p { color: rgb(163,190,142); }
H1.HeaderClassName
{
color: #A3BE8E;
}
.AnyTagClassName
{
color: #A3BE8E;
}
</style>
background-color css
<style>
a { background-color: #A3BE8E; }
a { background-color: rgb(163,190,142); }
div.DivClassName
{
background-color: #A3BE8E;
}
.BgClassName
{
background-color: #A3BE8E;
}
</style>
border-color css
<style>
span { border-color: #A3BE8E; }
span { border-color: rgb(163,190,142); }
td.TdClassName
{
border-color: #A3BE8E;
}
.TagClassName
{
border-color: #A3BE8E;
}
</style>