Shades of Citrus #ADB500
Tints of Citrus #ADB500
RGB
CMYK
RGB Variations
Color information
#ADB500 (or 0xADB500) is known color: Citrus. HEX triplet: AD, B5 and 00. RGB value is (173,181,0). Sum of RGB (Red+Green+Blue) = 173+181+0=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 181 (71.09% from 255 or 51.13% from 354); Blue value is 0 (0.39% from 255 or 0% from 354); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB500 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB500 is #524AFF. Grayscale: #9E9E9E. Windows color (decimal): -5393152 or 46509. OLE color: 46509.
HSL color Cylindrical-coordinate representation of color #ADB500: hue angle of 62.65º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADB500 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 0 | - |
| CMYK | 0.04 | 0 | 1 | 0.29 |
| HSL | 62.65º | 1% | 0.35% | - |
| HSV(B) | 62.65º | 1% | 0.71% | - |
| XYZ | 33.76 | 41.93 | 6.31 | - |
| YUV | 157.97 | 38.85 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 0 | 0.04 | 0 | 1 | 0.29 | 62.65 | 1 | 0.35 |
| Hex | AD | B5 | 0 | 4 | 0 | 64 | 1D | 3F | 64 | 23 |
| Octal | 255 | 265 | 0 | 4 | 0 | 144 | 35 | 77 | 144 | 43 |
| Binary | 10101101 | 10110101 | 0 | 100 | 0 | 1100100 | 11101 | 111111 | 1100100 | 100011 |
Color Harmonies of #ADB500
Complementary color
Monochromatic Colors of #ADB500
Black with #ADB500
Text Example
Text Example
White with #ADB500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB500; }
p { color: rgb(173,181,0); }
H1.HeaderClassName
{
color: #ADB500;
}
.AnyTagClassName
{
color: #ADB500;
}
</style>
background-color css
<style>
a { background-color: #ADB500; }
a { background-color: rgb(173,181,0); }
div.DivClassName
{
background-color: #ADB500;
}
.BgClassName
{
background-color: #ADB500;
}
</style>
border-color css
<style>
span { border-color: #ADB500; }
span { border-color: rgb(173,181,0); }
td.TdClassName
{
border-color: #ADB500;
}
.TagClassName
{
border-color: #ADB500;
}
</style>