Shades of Norway #ADBE9C
Tints of Norway #ADBE9C
RGB
CMYK
RGB Variations
Color information
#ADBE9C (or 0xADBE9C) is known color: Norway. HEX triplet: AD, BE and 9C. RGB value is (173,190,156). Sum of RGB (Red+Green+Blue) = 173+190+156=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 156 (61.33% from 255 or 30.06% from 519); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBE9C is #524163. Grayscale: #B5B5B5. Windows color (decimal): -5390692 or 10272429. OLE color: 10272429.
HSL color Cylindrical-coordinate representation of color #ADBE9C: hue angle of 90º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADBE9C is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 190 | 156 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.25 |
| HSL | 90º | 0.21% | 0.68% | - |
| HSV(B) | 90º | 0.18% | 0.75% | - |
| XYZ | 41.65 | 48.11 | 38.54 | - |
| YUV | 181.04 | 113.87 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 190 | 156 | 0.09 | 0 | 0.18 | 0.25 | 90 | 0.21 | 0.68 |
| Hex | AD | BE | 9C | 9 | 0 | 12 | 19 | 5A | 15 | 44 |
| Octal | 255 | 276 | 234 | 11 | 0 | 22 | 31 | 132 | 25 | 104 |
| Binary | 10101101 | 10111110 | 10011100 | 1001 | 0 | 10010 | 11001 | 1011010 | 10101 | 1000100 |
Color Harmonies of #ADBE9C
Complementary color
Monochromatic Colors of #ADBE9C
Black with #ADBE9C
Text Example
Text Example
White with #ADBE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBE9C; }
p { color: rgb(173,190,156); }
H1.HeaderClassName
{
color: #ADBE9C;
}
.AnyTagClassName
{
color: #ADBE9C;
}
</style>
background-color css
<style>
a { background-color: #ADBE9C; }
a { background-color: rgb(173,190,156); }
div.DivClassName
{
background-color: #ADBE9C;
}
.BgClassName
{
background-color: #ADBE9C;
}
</style>
border-color css
<style>
span { border-color: #ADBE9C; }
span { border-color: rgb(173,190,156); }
td.TdClassName
{
border-color: #ADBE9C;
}
.TagClassName
{
border-color: #ADBE9C;
}
</style>