Shades of Norway #A5B792
Tints of Norway #A5B792
RGB
CMYK
RGB Variations
Color information
#A5B792 (or 0xA5B792) is known color: Norway. HEX triplet: A5, B7 and 92. RGB value is (165,183,146). Sum of RGB (Red+Green+Blue) = 165+183+146=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 183 (71.88% from 255 or 37.04% from 494); Blue value is 146 (57.42% from 255 or 29.55% from 494); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B792 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B792 is #5A486D. Grayscale: #ADADAD. Windows color (decimal): -5916782 or 9615269. OLE color: 9615269.
HSL color Cylindrical-coordinate representation of color #A5B792: hue angle of 89.19º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5B792 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 183 | 146 | - |
| CMYK | 0.10 | 0 | 0.20 | 0.28 |
| HSL | 89.19º | 0.2% | 0.65% | - |
| HSV(B) | 89.19º | 0.2% | 0.72% | - |
| XYZ | 37.64 | 43.94 | 33.69 | - |
| YUV | 173.4 | 112.54 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 183 | 146 | 0.10 | 0 | 0.20 | 0.28 | 89.19 | 0.2 | 0.65 |
| Hex | A5 | B7 | 92 | A | 0 | 14 | 1C | 59 | 14 | 41 |
| Octal | 245 | 267 | 222 | 12 | 0 | 24 | 34 | 131 | 24 | 101 |
| Binary | 10100101 | 10110111 | 10010010 | 1010 | 0 | 10100 | 11100 | 1011001 | 10100 | 1000001 |
Color Harmonies of #A5B792
Complementary color
Monochromatic Colors of #A5B792
Black with #A5B792
Text Example
Text Example
White with #A5B792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B792; }
p { color: rgb(165,183,146); }
H1.HeaderClassName
{
color: #A5B792;
}
.AnyTagClassName
{
color: #A5B792;
}
</style>
background-color css
<style>
a { background-color: #A5B792; }
a { background-color: rgb(165,183,146); }
div.DivClassName
{
background-color: #A5B792;
}
.BgClassName
{
background-color: #A5B792;
}
</style>
border-color css
<style>
span { border-color: #A5B792; }
span { border-color: rgb(165,183,146); }
td.TdClassName
{
border-color: #A5B792;
}
.TagClassName
{
border-color: #A5B792;
}
</style>