Shades of Norway #A1BD88
Tints of Norway #A1BD88
RGB
CMYK
RGB Variations
Color information
#A1BD88 (or 0xA1BD88) is known color: Norway. HEX triplet: A1, BD and 88. RGB value is (161,189,136). Sum of RGB (Red+Green+Blue) = 161+189+136=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 136 (53.52% from 255 or 27.98% from 486); Max value from RGB is 189 - color contains mainly: green. Hex color #A1BD88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BD88 is #5E4277. Grayscale: #AEAEAE. Windows color (decimal): -6177400 or 8961441. OLE color: 8961441.
HSL color Cylindrical-coordinate representation of color #A1BD88: hue angle of 91.7º 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 #A1BD88 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 189 | 136 | - |
| CMYK | 0.15 | 0 | 0.28 | 0.26 |
| HSL | 91.7º | 0.29% | 0.64% | - |
| HSV(B) | 91.7º | 0.28% | 0.74% | - |
| XYZ | 37.34 | 45.75 | 30.16 | - |
| YUV | 174.59 | 106.22 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 189 | 136 | 0.15 | 0 | 0.28 | 0.26 | 91.7 | 0.29 | 0.64 |
| Hex | A1 | BD | 88 | F | 0 | 1C | 1A | 5C | 1D | 40 |
| Octal | 241 | 275 | 210 | 17 | 0 | 34 | 32 | 134 | 35 | 100 |
| Binary | 10100001 | 10111101 | 10001000 | 1111 | 0 | 11100 | 11010 | 1011100 | 11101 | 1000000 |
Color Harmonies of #A1BD88
Complementary color
Monochromatic Colors of #A1BD88
Black with #A1BD88
Text Example
Text Example
White with #A1BD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BD88; }
p { color: rgb(161,189,136); }
H1.HeaderClassName
{
color: #A1BD88;
}
.AnyTagClassName
{
color: #A1BD88;
}
</style>
background-color css
<style>
a { background-color: #A1BD88; }
a { background-color: rgb(161,189,136); }
div.DivClassName
{
background-color: #A1BD88;
}
.BgClassName
{
background-color: #A1BD88;
}
</style>
border-color css
<style>
span { border-color: #A1BD88; }
span { border-color: rgb(161,189,136); }
td.TdClassName
{
border-color: #A1BD88;
}
.TagClassName
{
border-color: #A1BD88;
}
</style>