Shades of Citrus #ADB600
Tints of Citrus #ADB600
RGB
CMYK
RGB Variations
Color information
#ADB600 (or 0xADB600) is known color: Citrus. HEX triplet: AD, B6 and 00. RGB value is (173,182,0). Sum of RGB (Red+Green+Blue) = 173+182+0=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 182 (71.48% from 255 or 51.27% from 355); Blue value is 0 (0.39% from 255 or 0% from 355); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB600 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB600 is #5249FF. Grayscale: #9F9F9F. Windows color (decimal): -5392896 or 46765. OLE color: 46765.
HSL color Cylindrical-coordinate representation of color #ADB600: hue angle of 62.97º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADB600 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 182 | 0 | - |
| CMYK | 0.05 | 0 | 1 | 0.29 |
| HSL | 62.97º | 1% | 0.36% | - |
| HSV(B) | 62.97º | 1% | 0.71% | - |
| XYZ | 33.96 | 42.34 | 6.38 | - |
| YUV | 158.56 | 38.52 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 182 | 0 | 0.05 | 0 | 1 | 0.29 | 62.97 | 1 | 0.36 |
| Hex | AD | B6 | 0 | 5 | 0 | 64 | 1D | 3F | 64 | 24 |
| Octal | 255 | 266 | 0 | 5 | 0 | 144 | 35 | 77 | 144 | 44 |
| Binary | 10101101 | 10110110 | 0 | 101 | 0 | 1100100 | 11101 | 111111 | 1100100 | 100100 |
Color Harmonies of #ADB600
Complementary color
Monochromatic Colors of #ADB600
Black with #ADB600
Text Example
Text Example
White with #ADB600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB600; }
p { color: rgb(173,182,0); }
H1.HeaderClassName
{
color: #ADB600;
}
.AnyTagClassName
{
color: #ADB600;
}
</style>
background-color css
<style>
a { background-color: #ADB600; }
a { background-color: rgb(173,182,0); }
div.DivClassName
{
background-color: #ADB600;
}
.BgClassName
{
background-color: #ADB600;
}
</style>
border-color css
<style>
span { border-color: #ADB600; }
span { border-color: rgb(173,182,0); }
td.TdClassName
{
border-color: #ADB600;
}
.TagClassName
{
border-color: #ADB600;
}
</style>