Shades of Norway #A8B999
Tints of Norway #A8B999
RGB
CMYK
RGB Variations
Color information
#A8B999 (or 0xA8B999) is known color: Norway. HEX triplet: A8, B9 and 99. RGB value is (168,185,153). Sum of RGB (Red+Green+Blue) = 168+185+153=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 153 (60.16% from 255 or 30.24% from 506); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B999 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B999 is #574666. Grayscale: #B0B0B0. Windows color (decimal): -5719655 or 10074536. OLE color: 10074536.
HSL color Cylindrical-coordinate representation of color #A8B999: hue angle of 91.88º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8B999 is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 185 | 153 | - |
| CMYK | 0.09 | 0 | 0.17 | 0.27 |
| HSL | 91.88º | 0.19% | 0.66% | - |
| HSV(B) | 91.88º | 0.17% | 0.73% | - |
| XYZ | 39.25 | 45.32 | 36.82 | - |
| YUV | 176.27 | 114.87 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 185 | 153 | 0.09 | 0 | 0.17 | 0.27 | 91.88 | 0.19 | 0.66 |
| Hex | A8 | B9 | 99 | 9 | 0 | 11 | 1B | 5C | 13 | 42 |
| Octal | 250 | 271 | 231 | 11 | 0 | 21 | 33 | 134 | 23 | 102 |
| Binary | 10101000 | 10111001 | 10011001 | 1001 | 0 | 10001 | 11011 | 1011100 | 10011 | 1000010 |
Color Harmonies of #A8B999
Complementary color
Monochromatic Colors of #A8B999
Black with #A8B999
Text Example
Text Example
White with #A8B999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B999; }
p { color: rgb(168,185,153); }
H1.HeaderClassName
{
color: #A8B999;
}
.AnyTagClassName
{
color: #A8B999;
}
</style>
background-color css
<style>
a { background-color: #A8B999; }
a { background-color: rgb(168,185,153); }
div.DivClassName
{
background-color: #A8B999;
}
.BgClassName
{
background-color: #A8B999;
}
</style>
border-color css
<style>
span { border-color: #A8B999; }
span { border-color: rgb(168,185,153); }
td.TdClassName
{
border-color: #A8B999;
}
.TagClassName
{
border-color: #A8B999;
}
</style>