Shades of Citrus #ADB503
Tints of Citrus #ADB503
RGB
CMYK
RGB Variations
Color information
#ADB503 (or 0xADB503) is known color: Citrus. HEX triplet: AD, B5 and 03. RGB value is (173,181,3). Sum of RGB (Red+Green+Blue) = 173+181+3=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 181 (71.09% from 255 or 50.70% from 357); Blue value is 3 (1.56% from 255 or 0.84% from 357); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB503 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB503 is #524AFC. Grayscale: #9F9F9F. Windows color (decimal): -5393149 or 243117. OLE color: 243117.
HSL color Cylindrical-coordinate representation of color #ADB503: hue angle of 62.7º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ADB503 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 3 | - |
| CMYK | 0.04 | 0 | 0.98 | 0.29 |
| HSL | 62.7º | 0.97% | 0.36% | - |
| HSV(B) | 62.7º | 0.98% | 0.71% | - |
| XYZ | 33.77 | 41.94 | 6.4 | - |
| YUV | 158.32 | 40.35 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 3 | 0.04 | 0 | 0.98 | 0.29 | 62.7 | 0.97 | 0.36 |
| Hex | AD | B5 | 3 | 4 | 0 | 62 | 1D | 3F | 61 | 24 |
| Octal | 255 | 265 | 3 | 4 | 0 | 142 | 35 | 77 | 141 | 44 |
| Binary | 10101101 | 10110101 | 11 | 100 | 0 | 1100010 | 11101 | 111111 | 1100001 | 100100 |
Color Harmonies of #ADB503
Complementary color
Monochromatic Colors of #ADB503
Black with #ADB503
Text Example
Text Example
White with #ADB503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB503; }
p { color: rgb(173,181,3); }
H1.HeaderClassName
{
color: #ADB503;
}
.AnyTagClassName
{
color: #ADB503;
}
</style>
background-color css
<style>
a { background-color: #ADB503; }
a { background-color: rgb(173,181,3); }
div.DivClassName
{
background-color: #ADB503;
}
.BgClassName
{
background-color: #ADB503;
}
</style>
border-color css
<style>
span { border-color: #ADB503; }
span { border-color: rgb(173,181,3); }
td.TdClassName
{
border-color: #ADB503;
}
.TagClassName
{
border-color: #ADB503;
}
</style>