Shades of Norway #A1B68A
Tints of Norway #A1B68A
RGB
CMYK
RGB Variations
Color information
#A1B68A (or 0xA1B68A) is known color: Norway. HEX triplet: A1, B6 and 8A. RGB value is (161,182,138). Sum of RGB (Red+Green+Blue) = 161+182+138=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 182 (71.48% from 255 or 37.84% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 182 - color contains mainly: green. Hex color #A1B68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B68A is #5E4975. Grayscale: #AAAAAA. Windows color (decimal): -6179190 or 9090721. OLE color: 9090721.
HSL color Cylindrical-coordinate representation of color #A1B68A: hue angle of 88.64º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1B68A is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 182 | 138 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.29 |
| HSL | 88.64º | 0.23% | 0.63% | - |
| HSV(B) | 88.64º | 0.24% | 0.71% | - |
| XYZ | 36.01 | 42.87 | 30.42 | - |
| YUV | 170.71 | 109.54 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 182 | 138 | 0.12 | 0 | 0.24 | 0.29 | 88.64 | 0.23 | 0.63 |
| Hex | A1 | B6 | 8A | C | 0 | 18 | 1D | 59 | 17 | 3F |
| Octal | 241 | 266 | 212 | 14 | 0 | 30 | 35 | 131 | 27 | 77 |
| Binary | 10100001 | 10110110 | 10001010 | 1100 | 0 | 11000 | 11101 | 1011001 | 10111 | 111111 |
Color Harmonies of #A1B68A
Complementary color
Monochromatic Colors of #A1B68A
Black with #A1B68A
Text Example
Text Example
White with #A1B68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B68A; }
p { color: rgb(161,182,138); }
H1.HeaderClassName
{
color: #A1B68A;
}
.AnyTagClassName
{
color: #A1B68A;
}
</style>
background-color css
<style>
a { background-color: #A1B68A; }
a { background-color: rgb(161,182,138); }
div.DivClassName
{
background-color: #A1B68A;
}
.BgClassName
{
background-color: #A1B68A;
}
</style>
border-color css
<style>
span { border-color: #A1B68A; }
span { border-color: rgb(161,182,138); }
td.TdClassName
{
border-color: #A1B68A;
}
.TagClassName
{
border-color: #A1B68A;
}
</style>