Shades of Norway #A5C48A
Tints of Norway #A5C48A
RGB
CMYK
RGB Variations
Color information
#A5C48A (or 0xA5C48A) is known color: Norway. HEX triplet: A5, C4 and 8A. RGB value is (165,196,138). Sum of RGB (Red+Green+Blue) = 165+196+138=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 196 (76.95% from 255 or 39.28% from 499); Blue value is 138 (54.30% from 255 or 27.66% from 499); Max value from RGB is 196 - color contains mainly: green. Hex color #A5C48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C48A is #5A3B75. Grayscale: #B4B4B4. Windows color (decimal): -5913462 or 9094309. OLE color: 9094309.
HSL color Cylindrical-coordinate representation of color #A5C48A: hue angle of 92.07º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5C48A is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 196 | 138 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.23 |
| HSL | 92.07º | 0.33% | 0.65% | - |
| HSV(B) | 92.07º | 0.3% | 0.77% | - |
| XYZ | 39.84 | 49.31 | 31.46 | - |
| YUV | 180.12 | 104.23 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 196 | 138 | 0.16 | 0 | 0.30 | 0.23 | 92.07 | 0.33 | 0.65 |
| Hex | A5 | C4 | 8A | 10 | 0 | 1E | 17 | 5C | 21 | 41 |
| Octal | 245 | 304 | 212 | 20 | 0 | 36 | 27 | 134 | 41 | 101 |
| Binary | 10100101 | 11000100 | 10001010 | 10000 | 0 | 11110 | 10111 | 1011100 | 100001 | 1000001 |
Color Harmonies of #A5C48A
Complementary color
Monochromatic Colors of #A5C48A
Black with #A5C48A
Text Example
Text Example
White with #A5C48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C48A; }
p { color: rgb(165,196,138); }
H1.HeaderClassName
{
color: #A5C48A;
}
.AnyTagClassName
{
color: #A5C48A;
}
</style>
background-color css
<style>
a { background-color: #A5C48A; }
a { background-color: rgb(165,196,138); }
div.DivClassName
{
background-color: #A5C48A;
}
.BgClassName
{
background-color: #A5C48A;
}
</style>
border-color css
<style>
span { border-color: #A5C48A; }
span { border-color: rgb(165,196,138); }
td.TdClassName
{
border-color: #A5C48A;
}
.TagClassName
{
border-color: #A5C48A;
}
</style>