Shades of Norway #ADC693
Tints of Norway #ADC693
RGB
CMYK
RGB Variations
Color information
#ADC693 (or 0xADC693) is known color: Norway. HEX triplet: AD, C6 and 93. RGB value is (173,198,147). Sum of RGB (Red+Green+Blue) = 173+198+147=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 198 (77.73% from 255 or 38.22% from 518); Blue value is 147 (57.81% from 255 or 28.38% from 518); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC693 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC693 is #52396C. Grayscale: #B8B8B8. Windows color (decimal): -5388653 or 9684653. OLE color: 9684653.
HSL color Cylindrical-coordinate representation of color #ADC693: hue angle of 89.41º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADC693 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 198 | 147 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.22 |
| HSL | 89.41º | 0.31% | 0.68% | - |
| HSV(B) | 89.41º | 0.26% | 0.78% | - |
| XYZ | 42.69 | 51.38 | 35.27 | - |
| YUV | 184.71 | 106.72 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 147 | 0.13 | 0 | 0.26 | 0.22 | 89.41 | 0.31 | 0.68 |
| Hex | AD | C6 | 93 | D | 0 | 1A | 16 | 59 | 1F | 44 |
| Octal | 255 | 306 | 223 | 15 | 0 | 32 | 26 | 131 | 37 | 104 |
| Binary | 10101101 | 11000110 | 10010011 | 1101 | 0 | 11010 | 10110 | 1011001 | 11111 | 1000100 |
Color Harmonies of #ADC693
Complementary color
Monochromatic Colors of #ADC693
Black with #ADC693
Text Example
Text Example
White with #ADC693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC693; }
p { color: rgb(173,198,147); }
H1.HeaderClassName
{
color: #ADC693;
}
.AnyTagClassName
{
color: #ADC693;
}
</style>
background-color css
<style>
a { background-color: #ADC693; }
a { background-color: rgb(173,198,147); }
div.DivClassName
{
background-color: #ADC693;
}
.BgClassName
{
background-color: #ADC693;
}
</style>
border-color css
<style>
span { border-color: #ADC693; }
span { border-color: rgb(173,198,147); }
td.TdClassName
{
border-color: #ADC693;
}
.TagClassName
{
border-color: #ADC693;
}
</style>