Shades of Citrus #ADAB00
Tints of Citrus #ADAB00
RGB
CMYK
RGB Variations
Color information
#ADAB00 (or 0xADAB00) is known color: Citrus. HEX triplet: AD, AB and 00. RGB value is (173,171,0). Sum of RGB (Red+Green+Blue) = 173+171+0=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 171 (67.19% from 255 or 49.71% from 344); Blue value is 0 (0.39% from 255 or 0% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAB00 is #5254FF. Grayscale: #989898. Windows color (decimal): -5395712 or 43949. OLE color: 43949.
HSL color Cylindrical-coordinate representation of color #ADAB00: hue angle of 59.31º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADAB00 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.32 |
| HSL | 59.31º | 1% | 0.34% | - |
| HSV(B) | 59.31º | 1% | 0.68% | - |
| XYZ | 31.8 | 38.01 | 5.66 | - |
| YUV | 152.1 | 42.16 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 0 | 0 | 0.01 | 1 | 0.32 | 59.31 | 1 | 0.34 |
| Hex | AD | AB | 0 | 0 | 1 | 64 | 20 | 3B | 64 | 22 |
| Octal | 255 | 253 | 0 | 0 | 1 | 144 | 40 | 73 | 144 | 42 |
| Binary | 10101101 | 10101011 | 0 | 0 | 1 | 1100100 | 100000 | 111011 | 1100100 | 100010 |
Color Harmonies of #ADAB00
Complementary color
Monochromatic Colors of #ADAB00
Black with #ADAB00
Text Example
Text Example
White with #ADAB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB00; }
p { color: rgb(173,171,0); }
H1.HeaderClassName
{
color: #ADAB00;
}
.AnyTagClassName
{
color: #ADAB00;
}
</style>
background-color css
<style>
a { background-color: #ADAB00; }
a { background-color: rgb(173,171,0); }
div.DivClassName
{
background-color: #ADAB00;
}
.BgClassName
{
background-color: #ADAB00;
}
</style>
border-color css
<style>
span { border-color: #ADAB00; }
span { border-color: rgb(173,171,0); }
td.TdClassName
{
border-color: #ADAB00;
}
.TagClassName
{
border-color: #ADAB00;
}
</style>