Shades of Norway #A5C589
Tints of Norway #A5C589
RGB
CMYK
RGB Variations
Color information
#A5C589 (or 0xA5C589) is known color: Norway. HEX triplet: A5, C5 and 89. RGB value is (165,197,137). Sum of RGB (Red+Green+Blue) = 165+197+137=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 197 (77.34% from 255 or 39.48% from 499); Blue value is 137 (53.91% from 255 or 27.45% from 499); Max value from RGB is 197 - color contains mainly: green. Hex color #A5C589 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C589 is #5A3A76. Grayscale: #B4B4B4. Windows color (decimal): -5913207 or 9029029. OLE color: 9029029.
HSL color Cylindrical-coordinate representation of color #A5C589: hue angle of 92º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5C589 is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 197 | 137 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.23 |
| HSL | 92º | 0.34% | 0.65% | - |
| HSV(B) | 92º | 0.3% | 0.77% | - |
| XYZ | 40 | 49.74 | 31.16 | - |
| YUV | 180.59 | 103.4 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 197 | 137 | 0.16 | 0 | 0.30 | 0.23 | 92 | 0.34 | 0.65 |
| Hex | A5 | C5 | 89 | 10 | 0 | 1E | 17 | 5C | 22 | 41 |
| Octal | 245 | 305 | 211 | 20 | 0 | 36 | 27 | 134 | 42 | 101 |
| Binary | 10100101 | 11000101 | 10001001 | 10000 | 0 | 11110 | 10111 | 1011100 | 100010 | 1000001 |
Color Harmonies of #A5C589
Complementary color
Monochromatic Colors of #A5C589
Black with #A5C589
Text Example
Text Example
White with #A5C589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C589; }
p { color: rgb(165,197,137); }
H1.HeaderClassName
{
color: #A5C589;
}
.AnyTagClassName
{
color: #A5C589;
}
</style>
background-color css
<style>
a { background-color: #A5C589; }
a { background-color: rgb(165,197,137); }
div.DivClassName
{
background-color: #A5C589;
}
.BgClassName
{
background-color: #A5C589;
}
</style>
border-color css
<style>
span { border-color: #A5C589; }
span { border-color: rgb(165,197,137); }
td.TdClassName
{
border-color: #A5C589;
}
.TagClassName
{
border-color: #A5C589;
}
</style>