Shades of Citrus #ADAD05
Tints of Citrus #ADAD05
RGB
CMYK
RGB Variations
Color information
#ADAD05 (or 0xADAD05) is known color: Citrus. HEX triplet: AD, AD and 05. RGB value is (173,173,5). Sum of RGB (Red+Green+Blue) = 173+173+5=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 173 (67.97% from 255 or 49.29% from 351); Blue value is 5 (2.34% from 255 or 1.42% from 351); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAD05 is #5252FA. Grayscale: #9A9A9A. Windows color (decimal): -5395195 or 372141. OLE color: 372141.
HSL color Cylindrical-coordinate representation of color #ADAD05: hue angle of 60º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ADAD05 is Cyan = 0, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 173 | 5 | - |
| CMYK | 0 | 0 | 0.97 | 0.32 |
| HSL | 60º | 0.94% | 0.35% | - |
| HSV(B) | 60º | 0.97% | 0.68% | - |
| XYZ | 32.2 | 38.78 | 5.93 | - |
| YUV | 153.85 | 44 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 5 | 0 | 0 | 0.97 | 0.32 | 60 | 0.94 | 0.35 |
| Hex | AD | AD | 5 | 0 | 0 | 61 | 20 | 3C | 5E | 23 |
| Octal | 255 | 255 | 5 | 0 | 0 | 141 | 40 | 74 | 136 | 43 |
| Binary | 10101101 | 10101101 | 101 | 0 | 0 | 1100001 | 100000 | 111100 | 1011110 | 100011 |
Color Harmonies of #ADAD05
Complementary color
Monochromatic Colors of #ADAD05
Black with #ADAD05
Text Example
Text Example
White with #ADAD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAD05; }
p { color: rgb(173,173,5); }
H1.HeaderClassName
{
color: #ADAD05;
}
.AnyTagClassName
{
color: #ADAD05;
}
</style>
background-color css
<style>
a { background-color: #ADAD05; }
a { background-color: rgb(173,173,5); }
div.DivClassName
{
background-color: #ADAD05;
}
.BgClassName
{
background-color: #ADAD05;
}
</style>
border-color css
<style>
span { border-color: #ADAD05; }
span { border-color: rgb(173,173,5); }
td.TdClassName
{
border-color: #ADAD05;
}
.TagClassName
{
border-color: #ADAD05;
}
</style>