Shades of Norway #A5C385
Tints of Norway #A5C385
RGB
CMYK
RGB Variations
Color information
#A5C385 (or 0xA5C385) is known color: Norway. HEX triplet: A5, C3 and 85. RGB value is (165,195,133). Sum of RGB (Red+Green+Blue) = 165+195+133=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 195 (76.56% from 255 or 39.55% from 493); Blue value is 133 (52.34% from 255 or 26.98% from 493); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C385 is #5A3C7A. Grayscale: #B3B3B3. Windows color (decimal): -5913723 or 8766373. OLE color: 8766373.
HSL color Cylindrical-coordinate representation of color #A5C385: hue angle of 89.03º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5C385 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 195 | 133 | - |
| CMYK | 0.15 | 0 | 0.32 | 0.24 |
| HSL | 89.03º | 0.34% | 0.64% | - |
| HSV(B) | 89.03º | 0.32% | 0.76% | - |
| XYZ | 39.27 | 48.72 | 29.53 | - |
| YUV | 178.96 | 102.06 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 195 | 133 | 0.15 | 0 | 0.32 | 0.24 | 89.03 | 0.34 | 0.64 |
| Hex | A5 | C3 | 85 | F | 0 | 20 | 18 | 59 | 22 | 40 |
| Octal | 245 | 303 | 205 | 17 | 0 | 40 | 30 | 131 | 42 | 100 |
| Binary | 10100101 | 11000011 | 10000101 | 1111 | 0 | 100000 | 11000 | 1011001 | 100010 | 1000000 |
Color Harmonies of #A5C385
Complementary color
Monochromatic Colors of #A5C385
Black with #A5C385
Text Example
Text Example
White with #A5C385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C385; }
p { color: rgb(165,195,133); }
H1.HeaderClassName
{
color: #A5C385;
}
.AnyTagClassName
{
color: #A5C385;
}
</style>
background-color css
<style>
a { background-color: #A5C385; }
a { background-color: rgb(165,195,133); }
div.DivClassName
{
background-color: #A5C385;
}
.BgClassName
{
background-color: #A5C385;
}
</style>
border-color css
<style>
span { border-color: #A5C385; }
span { border-color: rgb(165,195,133); }
td.TdClassName
{
border-color: #A5C385;
}
.TagClassName
{
border-color: #A5C385;
}
</style>