Shades of Norway #A3BF90
Tints of Norway #A3BF90
RGB
CMYK
RGB Variations
Color information
#A3BF90 (or 0xA3BF90) is known color: Norway. HEX triplet: A3, BF and 90. RGB value is (163,191,144). Sum of RGB (Red+Green+Blue) = 163+191+144=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 191 (75% from 255 or 38.35% from 498); Blue value is 144 (56.64% from 255 or 28.92% from 498); Max value from RGB is 191 - color contains mainly: green. Hex color #A3BF90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BF90 is #5C406F. Grayscale: #B1B1B1. Windows color (decimal): -6045808 or 9486243. OLE color: 9486243.
HSL color Cylindrical-coordinate representation of color #A3BF90: hue angle of 95.74º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A3BF90 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 191 | 144 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.25 |
| HSL | 95.74º | 0.27% | 0.66% | - |
| HSV(B) | 95.74º | 0.25% | 0.75% | - |
| XYZ | 38.77 | 47.06 | 33.43 | - |
| YUV | 177.27 | 109.22 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 191 | 144 | 0.15 | 0 | 0.25 | 0.25 | 95.74 | 0.27 | 0.66 |
| Hex | A3 | BF | 90 | F | 0 | 19 | 19 | 60 | 1B | 42 |
| Octal | 243 | 277 | 220 | 17 | 0 | 31 | 31 | 140 | 33 | 102 |
| Binary | 10100011 | 10111111 | 10010000 | 1111 | 0 | 11001 | 11001 | 1100000 | 11011 | 1000010 |
Color Harmonies of #A3BF90
Complementary color
Monochromatic Colors of #A3BF90
Black with #A3BF90
Text Example
Text Example
White with #A3BF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BF90; }
p { color: rgb(163,191,144); }
H1.HeaderClassName
{
color: #A3BF90;
}
.AnyTagClassName
{
color: #A3BF90;
}
</style>
background-color css
<style>
a { background-color: #A3BF90; }
a { background-color: rgb(163,191,144); }
div.DivClassName
{
background-color: #A3BF90;
}
.BgClassName
{
background-color: #A3BF90;
}
</style>
border-color css
<style>
span { border-color: #A3BF90; }
span { border-color: rgb(163,191,144); }
td.TdClassName
{
border-color: #A3BF90;
}
.TagClassName
{
border-color: #A3BF90;
}
</style>