Shades of Norway #ADBE9A
Tints of Norway #ADBE9A
RGB
CMYK
RGB Variations
Color information
#ADBE9A (or 0xADBE9A) is known color: Norway. HEX triplet: AD, BE and 9A. RGB value is (173,190,154). Sum of RGB (Red+Green+Blue) = 173+190+154=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 154 (60.55% from 255 or 29.79% from 517); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBE9A is #524165. Grayscale: #B4B4B4. Windows color (decimal): -5390694 or 10141357. OLE color: 10141357.
HSL color Cylindrical-coordinate representation of color #ADBE9A: hue angle of 88.33º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADBE9A is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 190 | 154 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.25 |
| HSL | 88.33º | 0.22% | 0.67% | - |
| HSV(B) | 88.33º | 0.19% | 0.75% | - |
| XYZ | 41.48 | 48.04 | 37.66 | - |
| YUV | 180.81 | 112.87 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 190 | 154 | 0.09 | 0 | 0.19 | 0.25 | 88.33 | 0.22 | 0.67 |
| Hex | AD | BE | 9A | 9 | 0 | 13 | 19 | 58 | 16 | 43 |
| Octal | 255 | 276 | 232 | 11 | 0 | 23 | 31 | 130 | 26 | 103 |
| Binary | 10101101 | 10111110 | 10011010 | 1001 | 0 | 10011 | 11001 | 1011000 | 10110 | 1000011 |
Color Harmonies of #ADBE9A
Complementary color
Monochromatic Colors of #ADBE9A
Black with #ADBE9A
Text Example
Text Example
White with #ADBE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBE9A; }
p { color: rgb(173,190,154); }
H1.HeaderClassName
{
color: #ADBE9A;
}
.AnyTagClassName
{
color: #ADBE9A;
}
</style>
background-color css
<style>
a { background-color: #ADBE9A; }
a { background-color: rgb(173,190,154); }
div.DivClassName
{
background-color: #ADBE9A;
}
.BgClassName
{
background-color: #ADBE9A;
}
</style>
border-color css
<style>
span { border-color: #ADBE9A; }
span { border-color: rgb(173,190,154); }
td.TdClassName
{
border-color: #ADBE9A;
}
.TagClassName
{
border-color: #ADBE9A;
}
</style>