Shades of Norway #A4C389
Tints of Norway #A4C389
RGB
CMYK
RGB Variations
Color information
#A4C389 (or 0xA4C389) is known color: Norway. HEX triplet: A4, C3 and 89. RGB value is (164,195,137). Sum of RGB (Red+Green+Blue) = 164+195+137=496 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.06% from 496); Green value is 195 (76.56% from 255 or 39.31% from 496); Blue value is 137 (53.91% from 255 or 27.62% from 496); Max value from RGB is 195 - color contains mainly: green. Hex color #A4C389 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C389 is #5B3C76. Grayscale: #B3B3B3. Windows color (decimal): -5979255 or 9028516. OLE color: 9028516.
HSL color Cylindrical-coordinate representation of color #A4C389: hue angle of 92.07º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4C389 is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 195 | 137 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.24 |
| HSL | 92.07º | 0.33% | 0.65% | - |
| HSV(B) | 92.07º | 0.3% | 0.76% | - |
| XYZ | 39.34 | 48.73 | 31 | - |
| YUV | 179.12 | 104.23 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 195 | 137 | 0.16 | 0 | 0.30 | 0.24 | 92.07 | 0.33 | 0.65 |
| Hex | A4 | C3 | 89 | 10 | 0 | 1E | 18 | 5C | 21 | 41 |
| Octal | 244 | 303 | 211 | 20 | 0 | 36 | 30 | 134 | 41 | 101 |
| Binary | 10100100 | 11000011 | 10001001 | 10000 | 0 | 11110 | 11000 | 1011100 | 100001 | 1000001 |
Color Harmonies of #A4C389
Complementary color
Monochromatic Colors of #A4C389
Black with #A4C389
Text Example
Text Example
White with #A4C389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C389; }
p { color: rgb(164,195,137); }
H1.HeaderClassName
{
color: #A4C389;
}
.AnyTagClassName
{
color: #A4C389;
}
</style>
background-color css
<style>
a { background-color: #A4C389; }
a { background-color: rgb(164,195,137); }
div.DivClassName
{
background-color: #A4C389;
}
.BgClassName
{
background-color: #A4C389;
}
</style>
border-color css
<style>
span { border-color: #A4C389; }
span { border-color: rgb(164,195,137); }
td.TdClassName
{
border-color: #A4C389;
}
.TagClassName
{
border-color: #A4C389;
}
</style>