Shades of Citrus #ADBD00
Tints of Citrus #ADBD00
RGB
CMYK
RGB Variations
Color information
#ADBD00 (or 0xADBD00) is known color: Citrus. HEX triplet: AD, BD and 00. RGB value is (173,189,0). Sum of RGB (Red+Green+Blue) = 173+189+0=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 189 (74.22% from 255 or 52.21% from 362); Blue value is 0 (0.39% from 255 or 0% from 362); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBD00 is #5242FF. Grayscale: #A3A3A3. Windows color (decimal): -5391104 or 48557. OLE color: 48557.
HSL color Cylindrical-coordinate representation of color #ADBD00: hue angle of 65.08º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADBD00 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 189 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.26 |
| HSL | 65.08º | 1% | 0.37% | - |
| HSV(B) | 65.08º | 1% | 0.74% | - |
| XYZ | 35.43 | 45.28 | 6.87 | - |
| YUV | 162.67 | 36.2 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 189 | 0 | 0.08 | 0 | 1 | 0.26 | 65.08 | 1 | 0.37 |
| Hex | AD | BD | 0 | 8 | 0 | 64 | 1A | 41 | 64 | 25 |
| Octal | 255 | 275 | 0 | 10 | 0 | 144 | 32 | 101 | 144 | 45 |
| Binary | 10101101 | 10111101 | 0 | 1000 | 0 | 1100100 | 11010 | 1000001 | 1100100 | 100101 |
Color Harmonies of #ADBD00
Complementary color
Monochromatic Colors of #ADBD00
Black with #ADBD00
Text Example
Text Example
White with #ADBD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBD00; }
p { color: rgb(173,189,0); }
H1.HeaderClassName
{
color: #ADBD00;
}
.AnyTagClassName
{
color: #ADBD00;
}
</style>
background-color css
<style>
a { background-color: #ADBD00; }
a { background-color: rgb(173,189,0); }
div.DivClassName
{
background-color: #ADBD00;
}
.BgClassName
{
background-color: #ADBD00;
}
</style>
border-color css
<style>
span { border-color: #ADBD00; }
span { border-color: rgb(173,189,0); }
td.TdClassName
{
border-color: #ADBD00;
}
.TagClassName
{
border-color: #ADBD00;
}
</style>