Shades of Norway #A9C38B
Tints of Norway #A9C38B
RGB
CMYK
RGB Variations
Color information
#A9C38B (or 0xA9C38B) is known color: Norway. HEX triplet: A9, C3 and 8B. RGB value is (169,195,139). Sum of RGB (Red+Green+Blue) = 169+195+139=503 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.60% from 503); Green value is 195 (76.56% from 255 or 38.77% from 503); Blue value is 139 (54.69% from 255 or 27.63% from 503); Max value from RGB is 195 - color contains mainly: green. Hex color #A9C38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C38B is #563C74. Grayscale: #B5B5B5. Windows color (decimal): -5651573 or 9159593. OLE color: 9159593.
HSL color Cylindrical-coordinate representation of color #A9C38B: hue angle of 87.86º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9C38B is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 195 | 139 | - |
| CMYK | 0.13 | 0 | 0.29 | 0.24 |
| HSL | 87.86º | 0.32% | 0.65% | - |
| HSV(B) | 87.86º | 0.29% | 0.76% | - |
| XYZ | 40.54 | 49.33 | 31.81 | - |
| YUV | 180.84 | 104.39 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 195 | 139 | 0.13 | 0 | 0.29 | 0.24 | 87.86 | 0.32 | 0.65 |
| Hex | A9 | C3 | 8B | D | 0 | 1D | 18 | 58 | 20 | 41 |
| Octal | 251 | 303 | 213 | 15 | 0 | 35 | 30 | 130 | 40 | 101 |
| Binary | 10101001 | 11000011 | 10001011 | 1101 | 0 | 11101 | 11000 | 1011000 | 100000 | 1000001 |
Color Harmonies of #A9C38B
Complementary color
Monochromatic Colors of #A9C38B
Black with #A9C38B
Text Example
Text Example
White with #A9C38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C38B; }
p { color: rgb(169,195,139); }
H1.HeaderClassName
{
color: #A9C38B;
}
.AnyTagClassName
{
color: #A9C38B;
}
</style>
background-color css
<style>
a { background-color: #A9C38B; }
a { background-color: rgb(169,195,139); }
div.DivClassName
{
background-color: #A9C38B;
}
.BgClassName
{
background-color: #A9C38B;
}
</style>
border-color css
<style>
span { border-color: #A9C38B; }
span { border-color: rgb(169,195,139); }
td.TdClassName
{
border-color: #A9C38B;
}
.TagClassName
{
border-color: #A9C38B;
}
</style>