Shades of Norway #A9BF93
Tints of Norway #A9BF93
RGB
CMYK
RGB Variations
Color information
#A9BF93 (or 0xA9BF93) is known color: Norway. HEX triplet: A9, BF and 93. RGB value is (169,191,147). Sum of RGB (Red+Green+Blue) = 169+191+147=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 147 (57.81% from 255 or 28.99% from 507); Max value from RGB is 191 - color contains mainly: green. Hex color #A9BF93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BF93 is #56406C. Grayscale: #B3B3B3. Windows color (decimal): -5652589 or 9682857. OLE color: 9682857.
HSL color Cylindrical-coordinate representation of color #A9BF93: hue angle of 90º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9BF93 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 191 | 147 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.25 |
| HSL | 90º | 0.26% | 0.66% | - |
| HSV(B) | 90º | 0.23% | 0.75% | - |
| XYZ | 40.26 | 47.8 | 34.71 | - |
| YUV | 179.41 | 109.71 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 191 | 147 | 0.12 | 0 | 0.23 | 0.25 | 90 | 0.26 | 0.66 |
| Hex | A9 | BF | 93 | C | 0 | 17 | 19 | 5A | 1A | 42 |
| Octal | 251 | 277 | 223 | 14 | 0 | 27 | 31 | 132 | 32 | 102 |
| Binary | 10101001 | 10111111 | 10010011 | 1100 | 0 | 10111 | 11001 | 1011010 | 11010 | 1000010 |
Color Harmonies of #A9BF93
Complementary color
Monochromatic Colors of #A9BF93
Black with #A9BF93
Text Example
Text Example
White with #A9BF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BF93; }
p { color: rgb(169,191,147); }
H1.HeaderClassName
{
color: #A9BF93;
}
.AnyTagClassName
{
color: #A9BF93;
}
</style>
background-color css
<style>
a { background-color: #A9BF93; }
a { background-color: rgb(169,191,147); }
div.DivClassName
{
background-color: #A9BF93;
}
.BgClassName
{
background-color: #A9BF93;
}
</style>
border-color css
<style>
span { border-color: #A9BF93; }
span { border-color: rgb(169,191,147); }
td.TdClassName
{
border-color: #A9BF93;
}
.TagClassName
{
border-color: #A9BF93;
}
</style>