Shades of Norway #ADC292
Tints of Norway #ADC292
RGB
CMYK
RGB Variations
Color information
#ADC292 (or 0xADC292) is known color: Norway. HEX triplet: AD, C2 and 92. RGB value is (173,194,146). Sum of RGB (Red+Green+Blue) = 173+194+146=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 194 (76.17% from 255 or 37.82% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC292 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC292 is #523D6D. Grayscale: #B6B6B6. Windows color (decimal): -5389678 or 9618093. OLE color: 9618093.
HSL color Cylindrical-coordinate representation of color #ADC292: hue angle of 86.25º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADC292 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 194 | 146 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.24 |
| HSL | 86.25º | 0.28% | 0.67% | - |
| HSV(B) | 86.25º | 0.25% | 0.76% | - |
| XYZ | 41.71 | 49.54 | 34.56 | - |
| YUV | 182.25 | 107.54 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 146 | 0.11 | 0 | 0.25 | 0.24 | 86.25 | 0.28 | 0.67 |
| Hex | AD | C2 | 92 | B | 0 | 19 | 18 | 56 | 1C | 43 |
| Octal | 255 | 302 | 222 | 13 | 0 | 31 | 30 | 126 | 34 | 103 |
| Binary | 10101101 | 11000010 | 10010010 | 1011 | 0 | 11001 | 11000 | 1010110 | 11100 | 1000011 |
Color Harmonies of #ADC292
Complementary color
Monochromatic Colors of #ADC292
Black with #ADC292
Text Example
Text Example
White with #ADC292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC292; }
p { color: rgb(173,194,146); }
H1.HeaderClassName
{
color: #ADC292;
}
.AnyTagClassName
{
color: #ADC292;
}
</style>
background-color css
<style>
a { background-color: #ADC292; }
a { background-color: rgb(173,194,146); }
div.DivClassName
{
background-color: #ADC292;
}
.BgClassName
{
background-color: #ADC292;
}
</style>
border-color css
<style>
span { border-color: #ADC292; }
span { border-color: rgb(173,194,146); }
td.TdClassName
{
border-color: #ADC292;
}
.TagClassName
{
border-color: #ADC292;
}
</style>