Shades of Norway #ADBF9C
Tints of Norway #ADBF9C
RGB
CMYK
RGB Variations
Color information
#ADBF9C (or 0xADBF9C) is known color: Norway. HEX triplet: AD, BF and 9C. RGB value is (173,191,156). Sum of RGB (Red+Green+Blue) = 173+191+156=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 156 (61.33% from 255 or 30% from 520); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBF9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBF9C is #524063. Grayscale: #B5B5B5. Windows color (decimal): -5390436 or 10272685. OLE color: 10272685.
HSL color Cylindrical-coordinate representation of color #ADBF9C: hue angle of 90.86º 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 #ADBF9C is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 191 | 156 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.25 |
| HSL | 90.86º | 0.21% | 0.68% | - |
| HSV(B) | 90.86º | 0.18% | 0.75% | - |
| XYZ | 41.87 | 48.55 | 38.62 | - |
| YUV | 181.63 | 113.54 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 191 | 156 | 0.09 | 0 | 0.18 | 0.25 | 90.86 | 0.21 | 0.68 |
| Hex | AD | BF | 9C | 9 | 0 | 12 | 19 | 5B | 15 | 44 |
| Octal | 255 | 277 | 234 | 11 | 0 | 22 | 31 | 133 | 25 | 104 |
| Binary | 10101101 | 10111111 | 10011100 | 1001 | 0 | 10010 | 11001 | 1011011 | 10101 | 1000100 |
Color Harmonies of #ADBF9C
Complementary color
Monochromatic Colors of #ADBF9C
Black with #ADBF9C
Text Example
Text Example
White with #ADBF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBF9C; }
p { color: rgb(173,191,156); }
H1.HeaderClassName
{
color: #ADBF9C;
}
.AnyTagClassName
{
color: #ADBF9C;
}
</style>
background-color css
<style>
a { background-color: #ADBF9C; }
a { background-color: rgb(173,191,156); }
div.DivClassName
{
background-color: #ADBF9C;
}
.BgClassName
{
background-color: #ADBF9C;
}
</style>
border-color css
<style>
span { border-color: #ADBF9C; }
span { border-color: rgb(173,191,156); }
td.TdClassName
{
border-color: #ADBF9C;
}
.TagClassName
{
border-color: #ADBF9C;
}
</style>