Shades of Norway #ADCA8C
Tints of Norway #ADCA8C
RGB
CMYK
RGB Variations
Color information
#ADCA8C (or 0xADCA8C) is known color: Norway. HEX triplet: AD, CA and 8C. RGB value is (173,202,140). Sum of RGB (Red+Green+Blue) = 173+202+140=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 140 (55.08% from 255 or 27.18% from 515); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCA8C is #523573. Grayscale: #BABABA. Windows color (decimal): -5387636 or 9226925. OLE color: 9226925.
HSL color Cylindrical-coordinate representation of color #ADCA8C: hue angle of 88.06º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADCA8C is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 202 | 140 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.21 |
| HSL | 88.06º | 0.37% | 0.67% | - |
| HSV(B) | 88.06º | 0.31% | 0.79% | - |
| XYZ | 43.09 | 53.02 | 32.77 | - |
| YUV | 186.26 | 101.89 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 202 | 140 | 0.14 | 0 | 0.31 | 0.21 | 88.06 | 0.37 | 0.67 |
| Hex | AD | CA | 8C | E | 0 | 1F | 15 | 58 | 25 | 43 |
| Octal | 255 | 312 | 214 | 16 | 0 | 37 | 25 | 130 | 45 | 103 |
| Binary | 10101101 | 11001010 | 10001100 | 1110 | 0 | 11111 | 10101 | 1011000 | 100101 | 1000011 |
Color Harmonies of #ADCA8C
Complementary color
Monochromatic Colors of #ADCA8C
Black with #ADCA8C
Text Example
Text Example
White with #ADCA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCA8C; }
p { color: rgb(173,202,140); }
H1.HeaderClassName
{
color: #ADCA8C;
}
.AnyTagClassName
{
color: #ADCA8C;
}
</style>
background-color css
<style>
a { background-color: #ADCA8C; }
a { background-color: rgb(173,202,140); }
div.DivClassName
{
background-color: #ADCA8C;
}
.BgClassName
{
background-color: #ADCA8C;
}
</style>
border-color css
<style>
span { border-color: #ADCA8C; }
span { border-color: rgb(173,202,140); }
td.TdClassName
{
border-color: #ADCA8C;
}
.TagClassName
{
border-color: #ADCA8C;
}
</style>