Shades of Norway #ADBD9F
Tints of Norway #ADBD9F
RGB
CMYK
RGB Variations
Color information
#ADBD9F (or 0xADBD9F) is known color: Norway. HEX triplet: AD, BD and 9F. RGB value is (173,189,159). Sum of RGB (Red+Green+Blue) = 173+189+159=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 159 (62.5% from 255 or 30.52% from 521); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBD9F is #524260. Grayscale: #B4B4B4. Windows color (decimal): -5390945 or 10468781. OLE color: 10468781.
HSL color Cylindrical-coordinate representation of color #ADBD9F: hue angle of 92º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADBD9F is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 189 | 159 | - |
| CMYK | 0.08 | 0 | 0.16 | 0.26 |
| HSL | 92º | 0.19% | 0.68% | - |
| HSV(B) | 92º | 0.16% | 0.74% | - |
| XYZ | 41.69 | 47.78 | 39.83 | - |
| YUV | 180.8 | 115.7 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 189 | 159 | 0.08 | 0 | 0.16 | 0.26 | 92 | 0.19 | 0.68 |
| Hex | AD | BD | 9F | 8 | 0 | 10 | 1A | 5C | 13 | 44 |
| Octal | 255 | 275 | 237 | 10 | 0 | 20 | 32 | 134 | 23 | 104 |
| Binary | 10101101 | 10111101 | 10011111 | 1000 | 0 | 10000 | 11010 | 1011100 | 10011 | 1000100 |
Color Harmonies of #ADBD9F
Complementary color
Monochromatic Colors of #ADBD9F
Black with #ADBD9F
Text Example
Text Example
White with #ADBD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBD9F; }
p { color: rgb(173,189,159); }
H1.HeaderClassName
{
color: #ADBD9F;
}
.AnyTagClassName
{
color: #ADBD9F;
}
</style>
background-color css
<style>
a { background-color: #ADBD9F; }
a { background-color: rgb(173,189,159); }
div.DivClassName
{
background-color: #ADBD9F;
}
.BgClassName
{
background-color: #ADBD9F;
}
</style>
border-color css
<style>
span { border-color: #ADBD9F; }
span { border-color: rgb(173,189,159); }
td.TdClassName
{
border-color: #ADBD9F;
}
.TagClassName
{
border-color: #ADBD9F;
}
</style>