Shades of Norway #A5C584
Tints of Norway #A5C584
RGB
CMYK
RGB Variations
Color information
#A5C584 (or 0xA5C584) is known color: Norway. HEX triplet: A5, C5 and 84. RGB value is (165,197,132). Sum of RGB (Red+Green+Blue) = 165+197+132=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 197 (77.34% from 255 or 39.88% from 494); Blue value is 132 (51.95% from 255 or 26.72% from 494); Max value from RGB is 197 - color contains mainly: green. Hex color #A5C584 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C584 is #5A3A7B. Grayscale: #B4B4B4. Windows color (decimal): -5913212 or 8701349. OLE color: 8701349.
HSL color Cylindrical-coordinate representation of color #A5C584: hue angle of 89.54º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5C584 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 197 | 132 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.23 |
| HSL | 89.54º | 0.36% | 0.65% | - |
| HSV(B) | 89.54º | 0.33% | 0.77% | - |
| XYZ | 39.65 | 49.6 | 29.31 | - |
| YUV | 180.02 | 100.9 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 197 | 132 | 0.16 | 0 | 0.33 | 0.23 | 89.54 | 0.36 | 0.65 |
| Hex | A5 | C5 | 84 | 10 | 0 | 21 | 17 | 5A | 24 | 41 |
| Octal | 245 | 305 | 204 | 20 | 0 | 41 | 27 | 132 | 44 | 101 |
| Binary | 10100101 | 11000101 | 10000100 | 10000 | 0 | 100001 | 10111 | 1011010 | 100100 | 1000001 |
Color Harmonies of #A5C584
Complementary color
Monochromatic Colors of #A5C584
Black with #A5C584
Text Example
Text Example
White with #A5C584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C584; }
p { color: rgb(165,197,132); }
H1.HeaderClassName
{
color: #A5C584;
}
.AnyTagClassName
{
color: #A5C584;
}
</style>
background-color css
<style>
a { background-color: #A5C584; }
a { background-color: rgb(165,197,132); }
div.DivClassName
{
background-color: #A5C584;
}
.BgClassName
{
background-color: #A5C584;
}
</style>
border-color css
<style>
span { border-color: #A5C584; }
span { border-color: rgb(165,197,132); }
td.TdClassName
{
border-color: #A5C584;
}
.TagClassName
{
border-color: #A5C584;
}
</style>