Shades of Norway #A9BC96
Tints of Norway #A9BC96
RGB
CMYK
RGB Variations
Color information
#A9BC96 (or 0xA9BC96) is known color: Norway. HEX triplet: A9, BC and 96. RGB value is (169,188,150). Sum of RGB (Red+Green+Blue) = 169+188+150=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 150 (58.98% from 255 or 29.59% from 507); Max value from RGB is 188 - color contains mainly: green. Hex color #A9BC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BC96 is #564369. Grayscale: #B2B2B2. Windows color (decimal): -5653354 or 9878697. OLE color: 9878697.
HSL color Cylindrical-coordinate representation of color #A9BC96: hue angle of 90º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A9BC96 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 188 | 150 | - |
| CMYK | 0.10 | 0 | 0.20 | 0.26 |
| HSL | 90º | 0.22% | 0.66% | - |
| HSV(B) | 90º | 0.2% | 0.74% | - |
| XYZ | 39.85 | 46.6 | 35.75 | - |
| YUV | 177.99 | 112.21 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 188 | 150 | 0.10 | 0 | 0.20 | 0.26 | 90 | 0.22 | 0.66 |
| Hex | A9 | BC | 96 | A | 0 | 14 | 1A | 5A | 16 | 42 |
| Octal | 251 | 274 | 226 | 12 | 0 | 24 | 32 | 132 | 26 | 102 |
| Binary | 10101001 | 10111100 | 10010110 | 1010 | 0 | 10100 | 11010 | 1011010 | 10110 | 1000010 |
Color Harmonies of #A9BC96
Complementary color
Monochromatic Colors of #A9BC96
Black with #A9BC96
Text Example
Text Example
White with #A9BC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BC96; }
p { color: rgb(169,188,150); }
H1.HeaderClassName
{
color: #A9BC96;
}
.AnyTagClassName
{
color: #A9BC96;
}
</style>
background-color css
<style>
a { background-color: #A9BC96; }
a { background-color: rgb(169,188,150); }
div.DivClassName
{
background-color: #A9BC96;
}
.BgClassName
{
background-color: #A9BC96;
}
</style>
border-color css
<style>
span { border-color: #A9BC96; }
span { border-color: rgb(169,188,150); }
td.TdClassName
{
border-color: #A9BC96;
}
.TagClassName
{
border-color: #A9BC96;
}
</style>