Shades of Norway #A3BD88
Tints of Norway #A3BD88
RGB
CMYK
RGB Variations
Color information
#A3BD88 (or 0xA3BD88) is known color: Norway. HEX triplet: A3, BD and 88. RGB value is (163,189,136). Sum of RGB (Red+Green+Blue) = 163+189+136=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 136 (53.52% from 255 or 27.87% from 488); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BD88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BD88 is #5C4277. Grayscale: #AFAFAF. Windows color (decimal): -6046328 or 8961443. OLE color: 8961443.
HSL color Cylindrical-coordinate representation of color #A3BD88: hue angle of 89.43º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A3BD88 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 189 | 136 | - |
| CMYK | 0.14 | 0 | 0.28 | 0.26 |
| HSL | 89.43º | 0.29% | 0.64% | - |
| HSV(B) | 89.43º | 0.28% | 0.74% | - |
| XYZ | 37.75 | 45.96 | 30.17 | - |
| YUV | 175.18 | 105.89 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 189 | 136 | 0.14 | 0 | 0.28 | 0.26 | 89.43 | 0.29 | 0.64 |
| Hex | A3 | BD | 88 | E | 0 | 1C | 1A | 59 | 1D | 40 |
| Octal | 243 | 275 | 210 | 16 | 0 | 34 | 32 | 131 | 35 | 100 |
| Binary | 10100011 | 10111101 | 10001000 | 1110 | 0 | 11100 | 11010 | 1011001 | 11101 | 1000000 |
Color Harmonies of #A3BD88
Complementary color
Monochromatic Colors of #A3BD88
Black with #A3BD88
Text Example
Text Example
White with #A3BD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BD88; }
p { color: rgb(163,189,136); }
H1.HeaderClassName
{
color: #A3BD88;
}
.AnyTagClassName
{
color: #A3BD88;
}
</style>
background-color css
<style>
a { background-color: #A3BD88; }
a { background-color: rgb(163,189,136); }
div.DivClassName
{
background-color: #A3BD88;
}
.BgClassName
{
background-color: #A3BD88;
}
</style>
border-color css
<style>
span { border-color: #A3BD88; }
span { border-color: rgb(163,189,136); }
td.TdClassName
{
border-color: #A3BD88;
}
.TagClassName
{
border-color: #A3BD88;
}
</style>