Shades of Norway #A9B88B
Tints of Norway #A9B88B
RGB
CMYK
RGB Variations
Color information
#A9B88B (or 0xA9B88B) is known color: Norway. HEX triplet: A9, B8 and 8B. RGB value is (169,184,139). Sum of RGB (Red+Green+Blue) = 169+184+139=492 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.35% from 492); Green value is 184 (72.27% from 255 or 37.40% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 184 - color contains mainly: green. Hex color #A9B88B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B88B is #564774. Grayscale: #AEAEAE. Windows color (decimal): -5654389 or 9156777. OLE color: 9156777.
HSL color Cylindrical-coordinate representation of color #A9B88B: hue angle of 80º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9B88B is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 169 | 184 | 139 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.28 |
| HSL | 80º | 0.24% | 0.63% | - |
| HSV(B) | 80º | 0.24% | 0.72% | - |
| XYZ | 38.16 | 44.58 | 31.02 | - |
| YUV | 174.39 | 108.03 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 184 | 139 | 0.08 | 0 | 0.24 | 0.28 | 80 | 0.24 | 0.63 |
| Hex | A9 | B8 | 8B | 8 | 0 | 18 | 1C | 50 | 18 | 3F |
| Octal | 251 | 270 | 213 | 10 | 0 | 30 | 34 | 120 | 30 | 77 |
| Binary | 10101001 | 10111000 | 10001011 | 1000 | 0 | 11000 | 11100 | 1010000 | 11000 | 111111 |
Color Harmonies of #A9B88B
Complementary color
Monochromatic Colors of #A9B88B
Black with #A9B88B
Text Example
Text Example
White with #A9B88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B88B; }
p { color: rgb(169,184,139); }
H1.HeaderClassName
{
color: #A9B88B;
}
.AnyTagClassName
{
color: #A9B88B;
}
</style>
background-color css
<style>
a { background-color: #A9B88B; }
a { background-color: rgb(169,184,139); }
div.DivClassName
{
background-color: #A9B88B;
}
.BgClassName
{
background-color: #A9B88B;
}
</style>
border-color css
<style>
span { border-color: #A9B88B; }
span { border-color: rgb(169,184,139); }
td.TdClassName
{
border-color: #A9B88B;
}
.TagClassName
{
border-color: #A9B88B;
}
</style>