Shades of Norway #ADBD91
Tints of Norway #ADBD91
RGB
CMYK
RGB Variations
Color information
#ADBD91 (or 0xADBD91) is known color: Norway. HEX triplet: AD, BD and 91. RGB value is (173,189,145). Sum of RGB (Red+Green+Blue) = 173+189+145=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 145 (57.03% from 255 or 28.60% from 507); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBD91 is #52426E. Grayscale: #B3B3B3. Windows color (decimal): -5390959 or 9551277. OLE color: 9551277.
HSL color Cylindrical-coordinate representation of color #ADBD91: hue angle of 81.82º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADBD91 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 189 | 145 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.26 |
| HSL | 81.82º | 0.25% | 0.65% | - |
| HSV(B) | 81.82º | 0.23% | 0.74% | - |
| XYZ | 40.54 | 47.32 | 33.79 | - |
| YUV | 179.2 | 108.7 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 189 | 145 | 0.08 | 0 | 0.23 | 0.26 | 81.82 | 0.25 | 0.65 |
| Hex | AD | BD | 91 | 8 | 0 | 17 | 1A | 52 | 19 | 41 |
| Octal | 255 | 275 | 221 | 10 | 0 | 27 | 32 | 122 | 31 | 101 |
| Binary | 10101101 | 10111101 | 10010001 | 1000 | 0 | 10111 | 11010 | 1010010 | 11001 | 1000001 |
Color Harmonies of #ADBD91
Complementary color
Monochromatic Colors of #ADBD91
Black with #ADBD91
Text Example
Text Example
White with #ADBD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBD91; }
p { color: rgb(173,189,145); }
H1.HeaderClassName
{
color: #ADBD91;
}
.AnyTagClassName
{
color: #ADBD91;
}
</style>
background-color css
<style>
a { background-color: #ADBD91; }
a { background-color: rgb(173,189,145); }
div.DivClassName
{
background-color: #ADBD91;
}
.BgClassName
{
background-color: #ADBD91;
}
</style>
border-color css
<style>
span { border-color: #ADBD91; }
span { border-color: rgb(173,189,145); }
td.TdClassName
{
border-color: #ADBD91;
}
.TagClassName
{
border-color: #ADBD91;
}
</style>