Shades of Norway #A3BD83
Tints of Norway #A3BD83
RGB
CMYK
RGB Variations
Color information
#A3BD83 (or 0xA3BD83) is known color: Norway. HEX triplet: A3, BD and 83. RGB value is (163,189,131). Sum of RGB (Red+Green+Blue) = 163+189+131=483 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.75% from 483); Green value is 189 (74.22% from 255 or 39.13% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BD83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BD83 is #5C427C. Grayscale: #AEAEAE. Windows color (decimal): -6046333 or 8633763. OLE color: 8633763.
HSL color Cylindrical-coordinate representation of color #A3BD83: hue angle of 86.9º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3BD83 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 189 | 131 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.26 |
| HSL | 86.9º | 0.31% | 0.63% | - |
| HSV(B) | 86.9º | 0.31% | 0.74% | - |
| XYZ | 37.4 | 45.82 | 28.35 | - |
| YUV | 174.61 | 103.39 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 189 | 131 | 0.14 | 0 | 0.31 | 0.26 | 86.9 | 0.31 | 0.63 |
| Hex | A3 | BD | 83 | E | 0 | 1F | 1A | 57 | 1F | 3F |
| Octal | 243 | 275 | 203 | 16 | 0 | 37 | 32 | 127 | 37 | 77 |
| Binary | 10100011 | 10111101 | 10000011 | 1110 | 0 | 11111 | 11010 | 1010111 | 11111 | 111111 |
Color Harmonies of #A3BD83
Complementary color
Monochromatic Colors of #A3BD83
Black with #A3BD83
Text Example
Text Example
White with #A3BD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BD83; }
p { color: rgb(163,189,131); }
H1.HeaderClassName
{
color: #A3BD83;
}
.AnyTagClassName
{
color: #A3BD83;
}
</style>
background-color css
<style>
a { background-color: #A3BD83; }
a { background-color: rgb(163,189,131); }
div.DivClassName
{
background-color: #A3BD83;
}
.BgClassName
{
background-color: #A3BD83;
}
</style>
border-color css
<style>
span { border-color: #A3BD83; }
span { border-color: rgb(163,189,131); }
td.TdClassName
{
border-color: #A3BD83;
}
.TagClassName
{
border-color: #A3BD83;
}
</style>