Shades of Norway #A9C58B
Tints of Norway #A9C58B
RGB
CMYK
RGB Variations
Color information
#A9C58B (or 0xA9C58B) is known color: Norway. HEX triplet: A9, C5 and 8B. RGB value is (169,197,139). Sum of RGB (Red+Green+Blue) = 169+197+139=505 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.47% from 505); Green value is 197 (77.34% from 255 or 39.01% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 197 - color contains mainly: green. Hex color #A9C58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C58B is #563A74. Grayscale: #B6B6B6. Windows color (decimal): -5651061 or 9160105. OLE color: 9160105.
HSL color Cylindrical-coordinate representation of color #A9C58B: hue angle of 88.97º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9C58B is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 169 | 197 | 139 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.23 |
| HSL | 88.97º | 0.33% | 0.66% | - |
| HSV(B) | 88.97º | 0.29% | 0.77% | - |
| XYZ | 40.99 | 50.23 | 31.96 | - |
| YUV | 182.02 | 103.72 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 197 | 139 | 0.14 | 0 | 0.29 | 0.23 | 88.97 | 0.33 | 0.66 |
| Hex | A9 | C5 | 8B | E | 0 | 1D | 17 | 59 | 21 | 42 |
| Octal | 251 | 305 | 213 | 16 | 0 | 35 | 27 | 131 | 41 | 102 |
| Binary | 10101001 | 11000101 | 10001011 | 1110 | 0 | 11101 | 10111 | 1011001 | 100001 | 1000010 |
Color Harmonies of #A9C58B
Complementary color
Monochromatic Colors of #A9C58B
Black with #A9C58B
Text Example
Text Example
White with #A9C58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C58B; }
p { color: rgb(169,197,139); }
H1.HeaderClassName
{
color: #A9C58B;
}
.AnyTagClassName
{
color: #A9C58B;
}
</style>
background-color css
<style>
a { background-color: #A9C58B; }
a { background-color: rgb(169,197,139); }
div.DivClassName
{
background-color: #A9C58B;
}
.BgClassName
{
background-color: #A9C58B;
}
</style>
border-color css
<style>
span { border-color: #A9C58B; }
span { border-color: rgb(169,197,139); }
td.TdClassName
{
border-color: #A9C58B;
}
.TagClassName
{
border-color: #A9C58B;
}
</style>