Shades of Norway #ADC09B
Tints of Norway #ADC09B
RGB
CMYK
RGB Variations
Color information
#ADC09B (or 0xADC09B) is known color: Norway. HEX triplet: AD, C0 and 9B. RGB value is (173,192,155). Sum of RGB (Red+Green+Blue) = 173+192+155=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 155 (60.94% from 255 or 29.81% from 520); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC09B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC09B is #523F64. Grayscale: #B6B6B6. Windows color (decimal): -5390181 or 10207405. OLE color: 10207405.
HSL color Cylindrical-coordinate representation of color #ADC09B: hue angle of 90.81º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADC09B is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 155 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.25 |
| HSL | 90.81º | 0.23% | 0.68% | - |
| HSV(B) | 90.81º | 0.19% | 0.75% | - |
| XYZ | 42 | 48.95 | 38.25 | - |
| YUV | 182.1 | 112.71 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 155 | 0.10 | 0 | 0.19 | 0.25 | 90.81 | 0.23 | 0.68 |
| Hex | AD | C0 | 9B | A | 0 | 13 | 19 | 5B | 17 | 44 |
| Octal | 255 | 300 | 233 | 12 | 0 | 23 | 31 | 133 | 27 | 104 |
| Binary | 10101101 | 11000000 | 10011011 | 1010 | 0 | 10011 | 11001 | 1011011 | 10111 | 1000100 |
Color Harmonies of #ADC09B
Complementary color
Monochromatic Colors of #ADC09B
Black with #ADC09B
Text Example
Text Example
White with #ADC09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC09B; }
p { color: rgb(173,192,155); }
H1.HeaderClassName
{
color: #ADC09B;
}
.AnyTagClassName
{
color: #ADC09B;
}
</style>
background-color css
<style>
a { background-color: #ADC09B; }
a { background-color: rgb(173,192,155); }
div.DivClassName
{
background-color: #ADC09B;
}
.BgClassName
{
background-color: #ADC09B;
}
</style>
border-color css
<style>
span { border-color: #ADC09B; }
span { border-color: rgb(173,192,155); }
td.TdClassName
{
border-color: #ADC09B;
}
.TagClassName
{
border-color: #ADC09B;
}
</style>