Shades of Norway #A9BF98
Tints of Norway #A9BF98
RGB
CMYK
RGB Variations
Color information
#A9BF98 (or 0xA9BF98) is known color: Norway. HEX triplet: A9, BF and 98. RGB value is (169,191,152). Sum of RGB (Red+Green+Blue) = 169+191+152=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 152 (59.77% from 255 or 29.69% from 512); Max value from RGB is 191 - color contains mainly: green. Hex color #A9BF98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BF98 is #564067. Grayscale: #B4B4B4. Windows color (decimal): -5652584 or 10010537. OLE color: 10010537.
HSL color Cylindrical-coordinate representation of color #A9BF98: hue angle of 93.85º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A9BF98 is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 191 | 152 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.25 |
| HSL | 93.85º | 0.23% | 0.67% | - |
| HSV(B) | 93.85º | 0.2% | 0.75% | - |
| XYZ | 40.66 | 47.96 | 36.82 | - |
| YUV | 179.98 | 112.21 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 191 | 152 | 0.12 | 0 | 0.20 | 0.25 | 93.85 | 0.23 | 0.67 |
| Hex | A9 | BF | 98 | C | 0 | 14 | 19 | 5E | 17 | 43 |
| Octal | 251 | 277 | 230 | 14 | 0 | 24 | 31 | 136 | 27 | 103 |
| Binary | 10101001 | 10111111 | 10011000 | 1100 | 0 | 10100 | 11001 | 1011110 | 10111 | 1000011 |
Color Harmonies of #A9BF98
Complementary color
Monochromatic Colors of #A9BF98
Black with #A9BF98
Text Example
Text Example
White with #A9BF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BF98; }
p { color: rgb(169,191,152); }
H1.HeaderClassName
{
color: #A9BF98;
}
.AnyTagClassName
{
color: #A9BF98;
}
</style>
background-color css
<style>
a { background-color: #A9BF98; }
a { background-color: rgb(169,191,152); }
div.DivClassName
{
background-color: #A9BF98;
}
.BgClassName
{
background-color: #A9BF98;
}
</style>
border-color css
<style>
span { border-color: #A9BF98; }
span { border-color: rgb(169,191,152); }
td.TdClassName
{
border-color: #A9BF98;
}
.TagClassName
{
border-color: #A9BF98;
}
</style>