Shades of Norway #A5BA94
Tints of Norway #A5BA94
RGB
CMYK
RGB Variations
Color information
#A5BA94 (or 0xA5BA94) is known color: Norway. HEX triplet: A5, BA and 94. RGB value is (165,186,148). Sum of RGB (Red+Green+Blue) = 165+186+148=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 148 (58.20% from 255 or 29.66% from 499); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BA94 is #5A456B. Grayscale: #AFAFAF. Windows color (decimal): -5916012 or 9747109. OLE color: 9747109.
HSL color Cylindrical-coordinate representation of color #A5BA94: hue angle of 93.16º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5BA94 is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 186 | 148 | - |
| CMYK | 0.11 | 0 | 0.20 | 0.27 |
| HSL | 93.16º | 0.22% | 0.65% | - |
| HSV(B) | 93.16º | 0.2% | 0.73% | - |
| XYZ | 38.42 | 45.26 | 34.73 | - |
| YUV | 175.39 | 112.54 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 186 | 148 | 0.11 | 0 | 0.20 | 0.27 | 93.16 | 0.22 | 0.65 |
| Hex | A5 | BA | 94 | B | 0 | 14 | 1B | 5D | 16 | 41 |
| Octal | 245 | 272 | 224 | 13 | 0 | 24 | 33 | 135 | 26 | 101 |
| Binary | 10100101 | 10111010 | 10010100 | 1011 | 0 | 10100 | 11011 | 1011101 | 10110 | 1000001 |
Color Harmonies of #A5BA94
Complementary color
Monochromatic Colors of #A5BA94
Black with #A5BA94
Text Example
Text Example
White with #A5BA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BA94; }
p { color: rgb(165,186,148); }
H1.HeaderClassName
{
color: #A5BA94;
}
.AnyTagClassName
{
color: #A5BA94;
}
</style>
background-color css
<style>
a { background-color: #A5BA94; }
a { background-color: rgb(165,186,148); }
div.DivClassName
{
background-color: #A5BA94;
}
.BgClassName
{
background-color: #A5BA94;
}
</style>
border-color css
<style>
span { border-color: #A5BA94; }
span { border-color: rgb(165,186,148); }
td.TdClassName
{
border-color: #A5BA94;
}
.TagClassName
{
border-color: #A5BA94;
}
</style>