Shades of Norway #A9B59B
Tints of Norway #A9B59B
RGB
CMYK
RGB Variations
Color information
#A9B59B (or 0xA9B59B) is known color: Norway. HEX triplet: A9, B5 and 9B. RGB value is (169,181,155). Sum of RGB (Red+Green+Blue) = 169+181+155=505 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.47% from 505); Green value is 181 (71.09% from 255 or 35.84% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 181 - color contains mainly: green. Hex color #A9B59B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B59B is #564A64. Grayscale: #AEAEAE. Windows color (decimal): -5655141 or 10204585. OLE color: 10204585.
HSL color Cylindrical-coordinate representation of color #A9B59B: hue angle of 87.69º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A9B59B is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 181 | 155 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.29 |
| HSL | 87.69º | 0.15% | 0.66% | - |
| HSV(B) | 87.69º | 0.14% | 0.71% | - |
| XYZ | 38.8 | 43.85 | 37.43 | - |
| YUV | 174.45 | 117.02 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 181 | 155 | 0.07 | 0 | 0.14 | 0.29 | 87.69 | 0.15 | 0.66 |
| Hex | A9 | B5 | 9B | 7 | 0 | E | 1D | 58 | F | 42 |
| Octal | 251 | 265 | 233 | 7 | 0 | 16 | 35 | 130 | 17 | 102 |
| Binary | 10101001 | 10110101 | 10011011 | 111 | 0 | 1110 | 11101 | 1011000 | 1111 | 1000010 |
Color Harmonies of #A9B59B
Complementary color
Monochromatic Colors of #A9B59B
Black with #A9B59B
Text Example
Text Example
White with #A9B59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B59B; }
p { color: rgb(169,181,155); }
H1.HeaderClassName
{
color: #A9B59B;
}
.AnyTagClassName
{
color: #A9B59B;
}
</style>
background-color css
<style>
a { background-color: #A9B59B; }
a { background-color: rgb(169,181,155); }
div.DivClassName
{
background-color: #A9B59B;
}
.BgClassName
{
background-color: #A9B59B;
}
</style>
border-color css
<style>
span { border-color: #A9B59B; }
span { border-color: rgb(169,181,155); }
td.TdClassName
{
border-color: #A9B59B;
}
.TagClassName
{
border-color: #A9B59B;
}
</style>