Shades of Norway #A8BB95
Tints of Norway #A8BB95
RGB
CMYK
RGB Variations
Color information
#A8BB95 (or 0xA8BB95) is known color: Norway. HEX triplet: A8, BB and 95. RGB value is (168,187,149). Sum of RGB (Red+Green+Blue) = 168+187+149=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 149 (58.59% from 255 or 29.56% from 504); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BB95 is #57446A. Grayscale: #B1B1B1. Windows color (decimal): -5719147 or 9812904. OLE color: 9812904.
HSL color Cylindrical-coordinate representation of color #A8BB95: hue angle of 90º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A8BB95 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 187 | 149 | - |
| CMYK | 0.10 | 0 | 0.20 | 0.27 |
| HSL | 90º | 0.22% | 0.66% | - |
| HSV(B) | 90º | 0.2% | 0.73% | - |
| XYZ | 39.34 | 46.04 | 35.25 | - |
| YUV | 176.99 | 112.21 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 187 | 149 | 0.10 | 0 | 0.20 | 0.27 | 90 | 0.22 | 0.66 |
| Hex | A8 | BB | 95 | A | 0 | 14 | 1B | 5A | 16 | 42 |
| Octal | 250 | 273 | 225 | 12 | 0 | 24 | 33 | 132 | 26 | 102 |
| Binary | 10101000 | 10111011 | 10010101 | 1010 | 0 | 10100 | 11011 | 1011010 | 10110 | 1000010 |
Color Harmonies of #A8BB95
Complementary color
Monochromatic Colors of #A8BB95
Black with #A8BB95
Text Example
Text Example
White with #A8BB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BB95; }
p { color: rgb(168,187,149); }
H1.HeaderClassName
{
color: #A8BB95;
}
.AnyTagClassName
{
color: #A8BB95;
}
</style>
background-color css
<style>
a { background-color: #A8BB95; }
a { background-color: rgb(168,187,149); }
div.DivClassName
{
background-color: #A8BB95;
}
.BgClassName
{
background-color: #A8BB95;
}
</style>
border-color css
<style>
span { border-color: #A8BB95; }
span { border-color: rgb(168,187,149); }
td.TdClassName
{
border-color: #A8BB95;
}
.TagClassName
{
border-color: #A8BB95;
}
</style>