Shades of Norway #A5BA96
Tints of Norway #A5BA96
RGB
CMYK
RGB Variations
Color information
#A5BA96 (or 0xA5BA96) is known color: Norway. HEX triplet: A5, BA and 96. RGB value is (165,186,150). Sum of RGB (Red+Green+Blue) = 165+186+150=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 150 (58.98% from 255 or 29.94% from 501); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BA96 is #5A4569. Grayscale: #AFAFAF. Windows color (decimal): -5916010 or 9878181. OLE color: 9878181.
HSL color Cylindrical-coordinate representation of color #A5BA96: hue angle of 95º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A5BA96 is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 186 | 150 | - |
| CMYK | 0.11 | 0 | 0.19 | 0.27 |
| HSL | 95º | 0.21% | 0.66% | - |
| HSV(B) | 95º | 0.19% | 0.73% | - |
| XYZ | 38.58 | 45.32 | 35.57 | - |
| YUV | 175.62 | 113.54 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 186 | 150 | 0.11 | 0 | 0.19 | 0.27 | 95 | 0.21 | 0.66 |
| Hex | A5 | BA | 96 | B | 0 | 13 | 1B | 5F | 15 | 42 |
| Octal | 245 | 272 | 226 | 13 | 0 | 23 | 33 | 137 | 25 | 102 |
| Binary | 10100101 | 10111010 | 10010110 | 1011 | 0 | 10011 | 11011 | 1011111 | 10101 | 1000010 |
Color Harmonies of #A5BA96
Complementary color
Monochromatic Colors of #A5BA96
Black with #A5BA96
Text Example
Text Example
White with #A5BA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BA96; }
p { color: rgb(165,186,150); }
H1.HeaderClassName
{
color: #A5BA96;
}
.AnyTagClassName
{
color: #A5BA96;
}
</style>
background-color css
<style>
a { background-color: #A5BA96; }
a { background-color: rgb(165,186,150); }
div.DivClassName
{
background-color: #A5BA96;
}
.BgClassName
{
background-color: #A5BA96;
}
</style>
border-color css
<style>
span { border-color: #A5BA96; }
span { border-color: rgb(165,186,150); }
td.TdClassName
{
border-color: #A5BA96;
}
.TagClassName
{
border-color: #A5BA96;
}
</style>