Shades of Norway #A1BB8B
Tints of Norway #A1BB8B
RGB
CMYK
RGB Variations
Color information
#A1BB8B (or 0xA1BB8B) is known color: Norway. HEX triplet: A1, BB and 8B. RGB value is (161,187,139). Sum of RGB (Red+Green+Blue) = 161+187+139=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 187 (73.44% from 255 or 38.40% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 187 - color contains mainly: green. Hex color #A1BB8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BB8B is #5E4474. Grayscale: #ADADAD. Windows color (decimal): -6177909 or 9157537. OLE color: 9157537.
HSL color Cylindrical-coordinate representation of color #A1BB8B: hue angle of 92.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1BB8B is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 187 | 139 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.27 |
| HSL | 92.5º | 0.26% | 0.64% | - |
| HSV(B) | 92.5º | 0.26% | 0.73% | - |
| XYZ | 37.13 | 44.98 | 31.15 | - |
| YUV | 173.75 | 108.39 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 187 | 139 | 0.14 | 0 | 0.26 | 0.27 | 92.5 | 0.26 | 0.64 |
| Hex | A1 | BB | 8B | E | 0 | 1A | 1B | 5C | 1A | 40 |
| Octal | 241 | 273 | 213 | 16 | 0 | 32 | 33 | 134 | 32 | 100 |
| Binary | 10100001 | 10111011 | 10001011 | 1110 | 0 | 11010 | 11011 | 1011100 | 11010 | 1000000 |
Color Harmonies of #A1BB8B
Complementary color
Monochromatic Colors of #A1BB8B
Black with #A1BB8B
Text Example
Text Example
White with #A1BB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BB8B; }
p { color: rgb(161,187,139); }
H1.HeaderClassName
{
color: #A1BB8B;
}
.AnyTagClassName
{
color: #A1BB8B;
}
</style>
background-color css
<style>
a { background-color: #A1BB8B; }
a { background-color: rgb(161,187,139); }
div.DivClassName
{
background-color: #A1BB8B;
}
.BgClassName
{
background-color: #A1BB8B;
}
</style>
border-color css
<style>
span { border-color: #A1BB8B; }
span { border-color: rgb(161,187,139); }
td.TdClassName
{
border-color: #A1BB8B;
}
.TagClassName
{
border-color: #A1BB8B;
}
</style>