Shades of Norway #A8BB92
Tints of Norway #A8BB92
RGB
CMYK
RGB Variations
Color information
#A8BB92 (or 0xA8BB92) is known color: Norway. HEX triplet: A8, BB and 92. RGB value is (168,187,146). Sum of RGB (Red+Green+Blue) = 168+187+146=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BB92 is #57446D. Grayscale: #B0B0B0. Windows color (decimal): -5719150 or 9616296. OLE color: 9616296.
HSL color Cylindrical-coordinate representation of color #A8BB92: hue angle of 87.8º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A8BB92 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 187 | 146 | - |
| CMYK | 0.10 | 0 | 0.22 | 0.27 |
| HSL | 87.8º | 0.23% | 0.65% | - |
| HSV(B) | 87.8º | 0.22% | 0.73% | - |
| XYZ | 39.11 | 45.94 | 34 | - |
| YUV | 176.65 | 110.71 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 187 | 146 | 0.10 | 0 | 0.22 | 0.27 | 87.8 | 0.23 | 0.65 |
| Hex | A8 | BB | 92 | A | 0 | 16 | 1B | 58 | 17 | 41 |
| Octal | 250 | 273 | 222 | 12 | 0 | 26 | 33 | 130 | 27 | 101 |
| Binary | 10101000 | 10111011 | 10010010 | 1010 | 0 | 10110 | 11011 | 1011000 | 10111 | 1000001 |
Color Harmonies of #A8BB92
Complementary color
Monochromatic Colors of #A8BB92
Black with #A8BB92
Text Example
Text Example
White with #A8BB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BB92; }
p { color: rgb(168,187,146); }
H1.HeaderClassName
{
color: #A8BB92;
}
.AnyTagClassName
{
color: #A8BB92;
}
</style>
background-color css
<style>
a { background-color: #A8BB92; }
a { background-color: rgb(168,187,146); }
div.DivClassName
{
background-color: #A8BB92;
}
.BgClassName
{
background-color: #A8BB92;
}
</style>
border-color css
<style>
span { border-color: #A8BB92; }
span { border-color: rgb(168,187,146); }
td.TdClassName
{
border-color: #A8BB92;
}
.TagClassName
{
border-color: #A8BB92;
}
</style>