Shades of Norway #A1B68C
Tints of Norway #A1B68C
RGB
CMYK
RGB Variations
Color information
#A1B68C (or 0xA1B68C) is known color: Norway. HEX triplet: A1, B6 and 8C. RGB value is (161,182,140). Sum of RGB (Red+Green+Blue) = 161+182+140=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 182 (71.48% from 255 or 37.68% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 182 - color contains mainly: green. Hex color #A1B68C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B68C is #5E4973. Grayscale: #ABABAB. Windows color (decimal): -6179188 or 9221793. OLE color: 9221793.
HSL color Cylindrical-coordinate representation of color #A1B68C: hue angle of 90º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A1B68C is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 182 | 140 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.29 |
| HSL | 90º | 0.22% | 0.63% | - |
| HSV(B) | 90º | 0.23% | 0.71% | - |
| XYZ | 36.16 | 42.93 | 31.19 | - |
| YUV | 170.93 | 110.54 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 182 | 140 | 0.12 | 0 | 0.23 | 0.29 | 90 | 0.22 | 0.63 |
| Hex | A1 | B6 | 8C | C | 0 | 17 | 1D | 5A | 16 | 3F |
| Octal | 241 | 266 | 214 | 14 | 0 | 27 | 35 | 132 | 26 | 77 |
| Binary | 10100001 | 10110110 | 10001100 | 1100 | 0 | 10111 | 11101 | 1011010 | 10110 | 111111 |
Color Harmonies of #A1B68C
Complementary color
Monochromatic Colors of #A1B68C
Black with #A1B68C
Text Example
Text Example
White with #A1B68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B68C; }
p { color: rgb(161,182,140); }
H1.HeaderClassName
{
color: #A1B68C;
}
.AnyTagClassName
{
color: #A1B68C;
}
</style>
background-color css
<style>
a { background-color: #A1B68C; }
a { background-color: rgb(161,182,140); }
div.DivClassName
{
background-color: #A1B68C;
}
.BgClassName
{
background-color: #A1B68C;
}
</style>
border-color css
<style>
span { border-color: #A1B68C; }
span { border-color: rgb(161,182,140); }
td.TdClassName
{
border-color: #A1B68C;
}
.TagClassName
{
border-color: #A1B68C;
}
</style>