Shades of Norway #ADBD92
Tints of Norway #ADBD92
RGB
CMYK
RGB Variations
Color information
#ADBD92 (or 0xADBD92) is known color: Norway. HEX triplet: AD, BD and 92. RGB value is (173,189,146). Sum of RGB (Red+Green+Blue) = 173+189+146=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 146 (57.42% from 255 or 28.74% from 508); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBD92 is #52426D. Grayscale: #B3B3B3. Windows color (decimal): -5390958 or 9616813. OLE color: 9616813.
HSL color Cylindrical-coordinate representation of color #ADBD92: hue angle of 82.33º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADBD92 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 189 | 146 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.26 |
| HSL | 82.33º | 0.25% | 0.66% | - |
| HSV(B) | 82.33º | 0.23% | 0.74% | - |
| XYZ | 40.62 | 47.35 | 34.19 | - |
| YUV | 179.31 | 109.2 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 189 | 146 | 0.08 | 0 | 0.23 | 0.26 | 82.33 | 0.25 | 0.66 |
| Hex | AD | BD | 92 | 8 | 0 | 17 | 1A | 52 | 19 | 42 |
| Octal | 255 | 275 | 222 | 10 | 0 | 27 | 32 | 122 | 31 | 102 |
| Binary | 10101101 | 10111101 | 10010010 | 1000 | 0 | 10111 | 11010 | 1010010 | 11001 | 1000010 |
Color Harmonies of #ADBD92
Complementary color
Monochromatic Colors of #ADBD92
Black with #ADBD92
Text Example
Text Example
White with #ADBD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBD92; }
p { color: rgb(173,189,146); }
H1.HeaderClassName
{
color: #ADBD92;
}
.AnyTagClassName
{
color: #ADBD92;
}
</style>
background-color css
<style>
a { background-color: #ADBD92; }
a { background-color: rgb(173,189,146); }
div.DivClassName
{
background-color: #ADBD92;
}
.BgClassName
{
background-color: #ADBD92;
}
</style>
border-color css
<style>
span { border-color: #ADBD92; }
span { border-color: rgb(173,189,146); }
td.TdClassName
{
border-color: #ADBD92;
}
.TagClassName
{
border-color: #ADBD92;
}
</style>