Shades of Norway #ADC195
Tints of Norway #ADC195
RGB
CMYK
RGB Variations
Color information
#ADC195 (or 0xADC195) is known color: Norway. HEX triplet: AD, C1 and 95. RGB value is (173,193,149). Sum of RGB (Red+Green+Blue) = 173+193+149=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC195 is #523E6A. Grayscale: #B6B6B6. Windows color (decimal): -5389931 or 9814445. OLE color: 9814445.
HSL color Cylindrical-coordinate representation of color #ADC195: hue angle of 87.27º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADC195 is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 149 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.24 |
| HSL | 87.27º | 0.26% | 0.67% | - |
| HSV(B) | 87.27º | 0.23% | 0.76% | - |
| XYZ | 41.73 | 49.19 | 35.73 | - |
| YUV | 182 | 109.37 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 149 | 0.10 | 0 | 0.23 | 0.24 | 87.27 | 0.26 | 0.67 |
| Hex | AD | C1 | 95 | A | 0 | 17 | 18 | 57 | 1A | 43 |
| Octal | 255 | 301 | 225 | 12 | 0 | 27 | 30 | 127 | 32 | 103 |
| Binary | 10101101 | 11000001 | 10010101 | 1010 | 0 | 10111 | 11000 | 1010111 | 11010 | 1000011 |
Color Harmonies of #ADC195
Complementary color
Monochromatic Colors of #ADC195
Black with #ADC195
Text Example
Text Example
White with #ADC195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC195; }
p { color: rgb(173,193,149); }
H1.HeaderClassName
{
color: #ADC195;
}
.AnyTagClassName
{
color: #ADC195;
}
</style>
background-color css
<style>
a { background-color: #ADC195; }
a { background-color: rgb(173,193,149); }
div.DivClassName
{
background-color: #ADC195;
}
.BgClassName
{
background-color: #ADC195;
}
</style>
border-color css
<style>
span { border-color: #ADC195; }
span { border-color: rgb(173,193,149); }
td.TdClassName
{
border-color: #ADC195;
}
.TagClassName
{
border-color: #ADC195;
}
</style>