Shades of Norway #A5C485
Tints of Norway #A5C485
RGB
CMYK
RGB Variations
Color information
#A5C485 (or 0xA5C485) is known color: Norway. HEX triplet: A5, C4 and 85. RGB value is (165,196,133). Sum of RGB (Red+Green+Blue) = 165+196+133=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 196 (76.95% from 255 or 39.68% from 494); Blue value is 133 (52.34% from 255 or 26.92% from 494); Max value from RGB is 196 - color contains mainly: green. Hex color #A5C485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C485 is #5A3B7A. Grayscale: #B3B3B3. Windows color (decimal): -5913467 or 8766629. OLE color: 8766629.
HSL color Cylindrical-coordinate representation of color #A5C485: hue angle of 89.52º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5C485 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 196 | 133 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.23 |
| HSL | 89.52º | 0.35% | 0.65% | - |
| HSV(B) | 89.52º | 0.32% | 0.77% | - |
| XYZ | 39.49 | 49.17 | 29.6 | - |
| YUV | 179.55 | 101.73 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 196 | 133 | 0.16 | 0 | 0.32 | 0.23 | 89.52 | 0.35 | 0.65 |
| Hex | A5 | C4 | 85 | 10 | 0 | 20 | 17 | 5A | 23 | 41 |
| Octal | 245 | 304 | 205 | 20 | 0 | 40 | 27 | 132 | 43 | 101 |
| Binary | 10100101 | 11000100 | 10000101 | 10000 | 0 | 100000 | 10111 | 1011010 | 100011 | 1000001 |
Color Harmonies of #A5C485
Complementary color
Monochromatic Colors of #A5C485
Black with #A5C485
Text Example
Text Example
White with #A5C485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C485; }
p { color: rgb(165,196,133); }
H1.HeaderClassName
{
color: #A5C485;
}
.AnyTagClassName
{
color: #A5C485;
}
</style>
background-color css
<style>
a { background-color: #A5C485; }
a { background-color: rgb(165,196,133); }
div.DivClassName
{
background-color: #A5C485;
}
.BgClassName
{
background-color: #A5C485;
}
</style>
border-color css
<style>
span { border-color: #A5C485; }
span { border-color: rgb(165,196,133); }
td.TdClassName
{
border-color: #A5C485;
}
.TagClassName
{
border-color: #A5C485;
}
</style>