Shades of Norway #A4C587
Tints of Norway #A4C587
RGB
CMYK
RGB Variations
Color information
#A4C587 (or 0xA4C587) is known color: Norway. HEX triplet: A4, C5 and 87. RGB value is (164,197,135). Sum of RGB (Red+Green+Blue) = 164+197+135=496 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.06% from 496); Green value is 197 (77.34% from 255 or 39.72% from 496); Blue value is 135 (53.12% from 255 or 27.22% from 496); Max value from RGB is 197 - color contains mainly: green. Hex color #A4C587 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C587 is #5B3A78. Grayscale: #B4B4B4. Windows color (decimal): -5978745 or 8897956. OLE color: 8897956.
HSL color Cylindrical-coordinate representation of color #A4C587: hue angle of 91.94º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4C587 is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 164 | 197 | 135 | - |
| CMYK | 0.17 | 0 | 0.31 | 0.23 |
| HSL | 91.94º | 0.35% | 0.65% | - |
| HSV(B) | 91.94º | 0.31% | 0.77% | - |
| XYZ | 39.65 | 49.57 | 30.4 | - |
| YUV | 180.07 | 102.57 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 197 | 135 | 0.17 | 0 | 0.31 | 0.23 | 91.94 | 0.35 | 0.65 |
| Hex | A4 | C5 | 87 | 11 | 0 | 1F | 17 | 5C | 23 | 41 |
| Octal | 244 | 305 | 207 | 21 | 0 | 37 | 27 | 134 | 43 | 101 |
| Binary | 10100100 | 11000101 | 10000111 | 10001 | 0 | 11111 | 10111 | 1011100 | 100011 | 1000001 |
Color Harmonies of #A4C587
Complementary color
Monochromatic Colors of #A4C587
Black with #A4C587
Text Example
Text Example
White with #A4C587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C587; }
p { color: rgb(164,197,135); }
H1.HeaderClassName
{
color: #A4C587;
}
.AnyTagClassName
{
color: #A4C587;
}
</style>
background-color css
<style>
a { background-color: #A4C587; }
a { background-color: rgb(164,197,135); }
div.DivClassName
{
background-color: #A4C587;
}
.BgClassName
{
background-color: #A4C587;
}
</style>
border-color css
<style>
span { border-color: #A4C587; }
span { border-color: rgb(164,197,135); }
td.TdClassName
{
border-color: #A4C587;
}
.TagClassName
{
border-color: #A4C587;
}
</style>