Shades of Norway #A8BB89
Tints of Norway #A8BB89
RGB
CMYK
RGB Variations
Color information
#A8BB89 (or 0xA8BB89) is known color: Norway. HEX triplet: A8, BB and 89. RGB value is (168,187,137). Sum of RGB (Red+Green+Blue) = 168+187+137=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 187 (73.44% from 255 or 38.01% from 492); Blue value is 137 (53.91% from 255 or 27.85% from 492); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BB89 is #574476. Grayscale: #AFAFAF. Windows color (decimal): -5719159 or 9026472. OLE color: 9026472.
HSL color Cylindrical-coordinate representation of color #A8BB89: hue angle of 82.8º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8BB89 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 187 | 137 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.27 |
| HSL | 82.8º | 0.27% | 0.64% | - |
| HSV(B) | 82.8º | 0.27% | 0.73% | - |
| XYZ | 38.43 | 45.67 | 30.46 | - |
| YUV | 175.62 | 106.21 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 187 | 137 | 0.10 | 0 | 0.27 | 0.27 | 82.8 | 0.27 | 0.64 |
| Hex | A8 | BB | 89 | A | 0 | 1B | 1B | 53 | 1B | 40 |
| Octal | 250 | 273 | 211 | 12 | 0 | 33 | 33 | 123 | 33 | 100 |
| Binary | 10101000 | 10111011 | 10001001 | 1010 | 0 | 11011 | 11011 | 1010011 | 11011 | 1000000 |
Color Harmonies of #A8BB89
Complementary color
Monochromatic Colors of #A8BB89
Black with #A8BB89
Text Example
Text Example
White with #A8BB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BB89; }
p { color: rgb(168,187,137); }
H1.HeaderClassName
{
color: #A8BB89;
}
.AnyTagClassName
{
color: #A8BB89;
}
</style>
background-color css
<style>
a { background-color: #A8BB89; }
a { background-color: rgb(168,187,137); }
div.DivClassName
{
background-color: #A8BB89;
}
.BgClassName
{
background-color: #A8BB89;
}
</style>
border-color css
<style>
span { border-color: #A8BB89; }
span { border-color: rgb(168,187,137); }
td.TdClassName
{
border-color: #A8BB89;
}
.TagClassName
{
border-color: #A8BB89;
}
</style>