Shades of Norway #A1B787
Tints of Norway #A1B787
RGB
CMYK
RGB Variations
Color information
#A1B787 (or 0xA1B787) is known color: Norway. HEX triplet: A1, B7 and 87. RGB value is (161,183,135). Sum of RGB (Red+Green+Blue) = 161+183+135=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 183 (71.88% from 255 or 38.20% from 479); Blue value is 135 (53.12% from 255 or 28.18% from 479); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B787 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B787 is #5E4878. Grayscale: #ABABAB. Windows color (decimal): -6178937 or 8894369. OLE color: 8894369.
HSL color Cylindrical-coordinate representation of color #A1B787: hue angle of 87.5º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1B787 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 183 | 135 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.28 |
| HSL | 87.5º | 0.25% | 0.62% | - |
| HSV(B) | 87.5º | 0.26% | 0.72% | - |
| XYZ | 36 | 43.19 | 29.36 | - |
| YUV | 170.95 | 107.71 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 183 | 135 | 0.12 | 0 | 0.26 | 0.28 | 87.5 | 0.25 | 0.62 |
| Hex | A1 | B7 | 87 | C | 0 | 1A | 1C | 57 | 19 | 3E |
| Octal | 241 | 267 | 207 | 14 | 0 | 32 | 34 | 127 | 31 | 76 |
| Binary | 10100001 | 10110111 | 10000111 | 1100 | 0 | 11010 | 11100 | 1010111 | 11001 | 111110 |
Color Harmonies of #A1B787
Complementary color
Monochromatic Colors of #A1B787
Black with #A1B787
Text Example
Text Example
White with #A1B787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B787; }
p { color: rgb(161,183,135); }
H1.HeaderClassName
{
color: #A1B787;
}
.AnyTagClassName
{
color: #A1B787;
}
</style>
background-color css
<style>
a { background-color: #A1B787; }
a { background-color: rgb(161,183,135); }
div.DivClassName
{
background-color: #A1B787;
}
.BgClassName
{
background-color: #A1B787;
}
</style>
border-color css
<style>
span { border-color: #A1B787; }
span { border-color: rgb(161,183,135); }
td.TdClassName
{
border-color: #A1B787;
}
.TagClassName
{
border-color: #A1B787;
}
</style>