Shades of Citrus #ADB50A
Tints of Citrus #ADB50A
RGB
CMYK
RGB Variations
Color information
#ADB50A (or 0xADB50A) is known color: Citrus. HEX triplet: AD, B5 and 0A. RGB value is (173,181,10). Sum of RGB (Red+Green+Blue) = 173+181+10=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 181 (71.09% from 255 or 49.73% from 364); Blue value is 10 (4.30% from 255 or 2.75% from 364); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB50A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB50A is #524AF5. Grayscale: #9F9F9F. Windows color (decimal): -5393142 or 701869. OLE color: 701869.
HSL color Cylindrical-coordinate representation of color #ADB50A: hue angle of 62.81º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADB50A is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 10 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.29 |
| HSL | 62.81º | 0.9% | 0.37% | - |
| HSV(B) | 62.81º | 0.94% | 0.71% | - |
| XYZ | 33.81 | 41.95 | 6.6 | - |
| YUV | 159.11 | 43.85 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 10 | 0.04 | 0 | 0.94 | 0.29 | 62.81 | 0.9 | 0.37 |
| Hex | AD | B5 | A | 4 | 0 | 5E | 1D | 3F | 5A | 25 |
| Octal | 255 | 265 | 12 | 4 | 0 | 136 | 35 | 77 | 132 | 45 |
| Binary | 10101101 | 10110101 | 1010 | 100 | 0 | 1011110 | 11101 | 111111 | 1011010 | 100101 |
Color Harmonies of #ADB50A
Complementary color
Monochromatic Colors of #ADB50A
Black with #ADB50A
Text Example
Text Example
White with #ADB50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB50A; }
p { color: rgb(173,181,10); }
H1.HeaderClassName
{
color: #ADB50A;
}
.AnyTagClassName
{
color: #ADB50A;
}
</style>
background-color css
<style>
a { background-color: #ADB50A; }
a { background-color: rgb(173,181,10); }
div.DivClassName
{
background-color: #ADB50A;
}
.BgClassName
{
background-color: #ADB50A;
}
</style>
border-color css
<style>
span { border-color: #ADB50A; }
span { border-color: rgb(173,181,10); }
td.TdClassName
{
border-color: #ADB50A;
}
.TagClassName
{
border-color: #ADB50A;
}
</style>