Shades of Norway #A1B68B
Tints of Norway #A1B68B
RGB
CMYK
RGB Variations
Color information
#A1B68B (or 0xA1B68B) is known color: Norway. HEX triplet: A1, B6 and 8B. RGB value is (161,182,139). Sum of RGB (Red+Green+Blue) = 161+182+139=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 182 (71.48% from 255 or 37.76% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 182 - color contains mainly: green. Hex color #A1B68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B68B is #5E4974. Grayscale: #AAAAAA. Windows color (decimal): -6179189 or 9156257. OLE color: 9156257.
HSL color Cylindrical-coordinate representation of color #A1B68B: hue angle of 89.3º 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 #A1B68B is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 182 | 139 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.29 |
| HSL | 89.3º | 0.23% | 0.63% | - |
| HSV(B) | 89.3º | 0.24% | 0.71% | - |
| XYZ | 36.09 | 42.9 | 30.8 | - |
| YUV | 170.82 | 110.04 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 182 | 139 | 0.12 | 0 | 0.24 | 0.29 | 89.3 | 0.23 | 0.63 |
| Hex | A1 | B6 | 8B | C | 0 | 18 | 1D | 59 | 17 | 3F |
| Octal | 241 | 266 | 213 | 14 | 0 | 30 | 35 | 131 | 27 | 77 |
| Binary | 10100001 | 10110110 | 10001011 | 1100 | 0 | 11000 | 11101 | 1011001 | 10111 | 111111 |
Color Harmonies of #A1B68B
Complementary color
Monochromatic Colors of #A1B68B
Black with #A1B68B
Text Example
Text Example
White with #A1B68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B68B; }
p { color: rgb(161,182,139); }
H1.HeaderClassName
{
color: #A1B68B;
}
.AnyTagClassName
{
color: #A1B68B;
}
</style>
background-color css
<style>
a { background-color: #A1B68B; }
a { background-color: rgb(161,182,139); }
div.DivClassName
{
background-color: #A1B68B;
}
.BgClassName
{
background-color: #A1B68B;
}
</style>
border-color css
<style>
span { border-color: #A1B68B; }
span { border-color: rgb(161,182,139); }
td.TdClassName
{
border-color: #A1B68B;
}
.TagClassName
{
border-color: #A1B68B;
}
</style>