Shades of Citrus #ADB800
Tints of Citrus #ADB800
RGB
CMYK
RGB Variations
Color information
#ADB800 (or 0xADB800) is known color: Citrus. HEX triplet: AD, B8 and 00. RGB value is (173,184,0). Sum of RGB (Red+Green+Blue) = 173+184+0=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 184 (72.27% from 255 or 51.54% from 357); Blue value is 0 (0.39% from 255 or 0% from 357); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB800 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB800 is #5247FF. Grayscale: #A0A0A0. Windows color (decimal): -5392384 or 47277. OLE color: 47277.
HSL color Cylindrical-coordinate representation of color #ADB800: hue angle of 63.59º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADB800 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 0 | - |
| CMYK | 0.06 | 0 | 1 | 0.28 |
| HSL | 63.59º | 1% | 0.36% | - |
| HSV(B) | 63.59º | 1% | 0.72% | - |
| XYZ | 34.37 | 43.17 | 6.52 | - |
| YUV | 159.74 | 37.86 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 0 | 0.06 | 0 | 1 | 0.28 | 63.59 | 1 | 0.36 |
| Hex | AD | B8 | 0 | 6 | 0 | 64 | 1C | 40 | 64 | 24 |
| Octal | 255 | 270 | 0 | 6 | 0 | 144 | 34 | 100 | 144 | 44 |
| Binary | 10101101 | 10111000 | 0 | 110 | 0 | 1100100 | 11100 | 1000000 | 1100100 | 100100 |
Color Harmonies of #ADB800
Complementary color
Monochromatic Colors of #ADB800
Black with #ADB800
Text Example
Text Example
White with #ADB800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB800; }
p { color: rgb(173,184,0); }
H1.HeaderClassName
{
color: #ADB800;
}
.AnyTagClassName
{
color: #ADB800;
}
</style>
background-color css
<style>
a { background-color: #ADB800; }
a { background-color: rgb(173,184,0); }
div.DivClassName
{
background-color: #ADB800;
}
.BgClassName
{
background-color: #ADB800;
}
</style>
border-color css
<style>
span { border-color: #ADB800; }
span { border-color: rgb(173,184,0); }
td.TdClassName
{
border-color: #ADB800;
}
.TagClassName
{
border-color: #ADB800;
}
</style>