Shades of Norway #A5C093
Tints of Norway #A5C093
RGB
CMYK
RGB Variations
Color information
#A5C093 (or 0xA5C093) is known color: Norway. HEX triplet: A5, C0 and 93. RGB value is (165,192,147). Sum of RGB (Red+Green+Blue) = 165+192+147=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 147 (57.81% from 255 or 29.17% from 504); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C093 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C093 is #5A3F6C. Grayscale: #B2B2B2. Windows color (decimal): -5914477 or 9683109. OLE color: 9683109.
HSL color Cylindrical-coordinate representation of color #A5C093: hue angle of 96º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5C093 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 192 | 147 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.25 |
| HSL | 96º | 0.26% | 0.66% | - |
| HSV(B) | 96º | 0.23% | 0.75% | - |
| XYZ | 39.63 | 47.81 | 34.74 | - |
| YUV | 178.8 | 110.05 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 192 | 147 | 0.14 | 0 | 0.23 | 0.25 | 96 | 0.26 | 0.66 |
| Hex | A5 | C0 | 93 | E | 0 | 17 | 19 | 60 | 1A | 42 |
| Octal | 245 | 300 | 223 | 16 | 0 | 27 | 31 | 140 | 32 | 102 |
| Binary | 10100101 | 11000000 | 10010011 | 1110 | 0 | 10111 | 11001 | 1100000 | 11010 | 1000010 |
Color Harmonies of #A5C093
Complementary color
Monochromatic Colors of #A5C093
Black with #A5C093
Text Example
Text Example
White with #A5C093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C093; }
p { color: rgb(165,192,147); }
H1.HeaderClassName
{
color: #A5C093;
}
.AnyTagClassName
{
color: #A5C093;
}
</style>
background-color css
<style>
a { background-color: #A5C093; }
a { background-color: rgb(165,192,147); }
div.DivClassName
{
background-color: #A5C093;
}
.BgClassName
{
background-color: #A5C093;
}
</style>
border-color css
<style>
span { border-color: #A5C093; }
span { border-color: rgb(165,192,147); }
td.TdClassName
{
border-color: #A5C093;
}
.TagClassName
{
border-color: #A5C093;
}
</style>