Shades of Citrus #ADAD0B
Tints of Citrus #ADAD0B
RGB
CMYK
RGB Variations
Color information
#ADAD0B (or 0xADAD0B) is known color: Citrus. HEX triplet: AD, AD and 0B. RGB value is (173,173,11). Sum of RGB (Red+Green+Blue) = 173+173+11=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 173 (67.97% from 255 or 48.46% from 357); Blue value is 11 (4.69% from 255 or 3.08% from 357); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAD0B is #5252F4. Grayscale: #9B9B9B. Windows color (decimal): -5395189 or 765357. OLE color: 765357.
HSL color Cylindrical-coordinate representation of color #ADAD0B: hue angle of 60º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADAD0B is Cyan = 0, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 173 | 11 | - |
| CMYK | 0 | 0 | 0.94 | 0.32 |
| HSL | 60º | 0.88% | 0.36% | - |
| HSV(B) | 60º | 0.94% | 0.68% | - |
| XYZ | 32.24 | 38.8 | 6.11 | - |
| YUV | 154.53 | 47 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 11 | 0 | 0 | 0.94 | 0.32 | 60 | 0.88 | 0.36 |
| Hex | AD | AD | B | 0 | 0 | 5E | 20 | 3C | 58 | 24 |
| Octal | 255 | 255 | 13 | 0 | 0 | 136 | 40 | 74 | 130 | 44 |
| Binary | 10101101 | 10101101 | 1011 | 0 | 0 | 1011110 | 100000 | 111100 | 1011000 | 100100 |
Color Harmonies of #ADAD0B
Complementary color
Monochromatic Colors of #ADAD0B
Black with #ADAD0B
Text Example
Text Example
White with #ADAD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAD0B; }
p { color: rgb(173,173,11); }
H1.HeaderClassName
{
color: #ADAD0B;
}
.AnyTagClassName
{
color: #ADAD0B;
}
</style>
background-color css
<style>
a { background-color: #ADAD0B; }
a { background-color: rgb(173,173,11); }
div.DivClassName
{
background-color: #ADAD0B;
}
.BgClassName
{
background-color: #ADAD0B;
}
</style>
border-color css
<style>
span { border-color: #ADAD0B; }
span { border-color: rgb(173,173,11); }
td.TdClassName
{
border-color: #ADAD0B;
}
.TagClassName
{
border-color: #ADAD0B;
}
</style>