Shades of Norway #A9BD98
Tints of Norway #A9BD98
RGB
CMYK
RGB Variations
Color information
#A9BD98 (or 0xA9BD98) is known color: Norway. HEX triplet: A9, BD and 98. RGB value is (169,189,152). Sum of RGB (Red+Green+Blue) = 169+189+152=510 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.14% from 510); Green value is 189 (74.22% from 255 or 37.06% from 510); Blue value is 152 (59.77% from 255 or 29.80% from 510); Max value from RGB is 189 - color contains mainly: green. Hex color #A9BD98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BD98 is #564267. Grayscale: #B2B2B2. Windows color (decimal): -5653096 or 10010025. OLE color: 10010025.
HSL color Cylindrical-coordinate representation of color #A9BD98: hue angle of 92.43º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A9BD98 is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 189 | 152 | - |
| CMYK | 0.11 | 0 | 0.20 | 0.26 |
| HSL | 92.43º | 0.22% | 0.67% | - |
| HSV(B) | 92.43º | 0.2% | 0.74% | - |
| XYZ | 40.23 | 47.1 | 36.68 | - |
| YUV | 178.8 | 112.87 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 189 | 152 | 0.11 | 0 | 0.20 | 0.26 | 92.43 | 0.22 | 0.67 |
| Hex | A9 | BD | 98 | B | 0 | 14 | 1A | 5C | 16 | 43 |
| Octal | 251 | 275 | 230 | 13 | 0 | 24 | 32 | 134 | 26 | 103 |
| Binary | 10101001 | 10111101 | 10011000 | 1011 | 0 | 10100 | 11010 | 1011100 | 10110 | 1000011 |
Color Harmonies of #A9BD98
Complementary color
Monochromatic Colors of #A9BD98
Black with #A9BD98
Text Example
Text Example
White with #A9BD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BD98; }
p { color: rgb(169,189,152); }
H1.HeaderClassName
{
color: #A9BD98;
}
.AnyTagClassName
{
color: #A9BD98;
}
</style>
background-color css
<style>
a { background-color: #A9BD98; }
a { background-color: rgb(169,189,152); }
div.DivClassName
{
background-color: #A9BD98;
}
.BgClassName
{
background-color: #A9BD98;
}
</style>
border-color css
<style>
span { border-color: #A9BD98; }
span { border-color: rgb(169,189,152); }
td.TdClassName
{
border-color: #A9BD98;
}
.TagClassName
{
border-color: #A9BD98;
}
</style>