Shades of Norway #A1BF8A
Tints of Norway #A1BF8A
RGB
CMYK
RGB Variations
Color information
#A1BF8A (or 0xA1BF8A) is known color: Norway. HEX triplet: A1, BF and 8A. RGB value is (161,191,138). Sum of RGB (Red+Green+Blue) = 161+191+138=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BF8A is #5E4075. Grayscale: #B0B0B0. Windows color (decimal): -6176886 or 9093025. OLE color: 9093025.
HSL color Cylindrical-coordinate representation of color #A1BF8A: hue angle of 93.96º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1BF8A is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 191 | 138 | - |
| CMYK | 0.16 | 0 | 0.28 | 0.25 |
| HSL | 93.96º | 0.29% | 0.65% | - |
| HSV(B) | 93.96º | 0.28% | 0.75% | - |
| XYZ | 37.92 | 46.67 | 31.06 | - |
| YUV | 175.99 | 106.56 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 191 | 138 | 0.16 | 0 | 0.28 | 0.25 | 93.96 | 0.29 | 0.65 |
| Hex | A1 | BF | 8A | 10 | 0 | 1C | 19 | 5E | 1D | 41 |
| Octal | 241 | 277 | 212 | 20 | 0 | 34 | 31 | 136 | 35 | 101 |
| Binary | 10100001 | 10111111 | 10001010 | 10000 | 0 | 11100 | 11001 | 1011110 | 11101 | 1000001 |
Color Harmonies of #A1BF8A
Complementary color
Monochromatic Colors of #A1BF8A
Black with #A1BF8A
Text Example
Text Example
White with #A1BF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BF8A; }
p { color: rgb(161,191,138); }
H1.HeaderClassName
{
color: #A1BF8A;
}
.AnyTagClassName
{
color: #A1BF8A;
}
</style>
background-color css
<style>
a { background-color: #A1BF8A; }
a { background-color: rgb(161,191,138); }
div.DivClassName
{
background-color: #A1BF8A;
}
.BgClassName
{
background-color: #A1BF8A;
}
</style>
border-color css
<style>
span { border-color: #A1BF8A; }
span { border-color: rgb(161,191,138); }
td.TdClassName
{
border-color: #A1BF8A;
}
.TagClassName
{
border-color: #A1BF8A;
}
</style>