Shades of Citrus #ADB50F
Tints of Citrus #ADB50F
RGB
CMYK
RGB Variations
Color information
#ADB50F (or 0xADB50F) is known color: Citrus. HEX triplet: AD, B5 and 0F. RGB value is (173,181,15). Sum of RGB (Red+Green+Blue) = 173+181+15=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 181 (71.09% from 255 or 49.05% from 369); Blue value is 15 (6.25% from 255 or 4.07% from 369); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB50F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB50F is #524AF0. Grayscale: #A0A0A0. Windows color (decimal): -5393137 or 1029549. OLE color: 1029549.
HSL color Cylindrical-coordinate representation of color #ADB50F: hue angle of 62.89º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADB50F is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 15 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.29 |
| HSL | 62.89º | 0.85% | 0.38% | - |
| HSV(B) | 62.89º | 0.92% | 0.71% | - |
| XYZ | 33.84 | 41.97 | 6.77 | - |
| YUV | 159.68 | 46.35 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 15 | 0.04 | 0 | 0.92 | 0.29 | 62.89 | 0.85 | 0.38 |
| Hex | AD | B5 | F | 4 | 0 | 5C | 1D | 3F | 55 | 26 |
| Octal | 255 | 265 | 17 | 4 | 0 | 134 | 35 | 77 | 125 | 46 |
| Binary | 10101101 | 10110101 | 1111 | 100 | 0 | 1011100 | 11101 | 111111 | 1010101 | 100110 |
Color Harmonies of #ADB50F
Complementary color
Monochromatic Colors of #ADB50F
Black with #ADB50F
Text Example
Text Example
White with #ADB50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB50F; }
p { color: rgb(173,181,15); }
H1.HeaderClassName
{
color: #ADB50F;
}
.AnyTagClassName
{
color: #ADB50F;
}
</style>
background-color css
<style>
a { background-color: #ADB50F; }
a { background-color: rgb(173,181,15); }
div.DivClassName
{
background-color: #ADB50F;
}
.BgClassName
{
background-color: #ADB50F;
}
</style>
border-color css
<style>
span { border-color: #ADB50F; }
span { border-color: rgb(173,181,15); }
td.TdClassName
{
border-color: #ADB50F;
}
.TagClassName
{
border-color: #ADB50F;
}
</style>