Shades of Citrus #ADB50E
Tints of Citrus #ADB50E
RGB
CMYK
RGB Variations
Color information
#ADB50E (or 0xADB50E) is known color: Citrus. HEX triplet: AD, B5 and 0E. RGB value is (173,181,14). Sum of RGB (Red+Green+Blue) = 173+181+14=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 181 (71.09% from 255 or 49.18% from 368); Blue value is 14 (5.86% from 255 or 3.80% from 368); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB50E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB50E is #524AF1. Grayscale: #A0A0A0. Windows color (decimal): -5393138 or 964013. OLE color: 964013.
HSL color Cylindrical-coordinate representation of color #ADB50E: hue angle of 62.87º degrees, saturation: 0.86, 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 #ADB50E is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 14 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.29 |
| HSL | 62.87º | 0.86% | 0.38% | - |
| HSV(B) | 62.87º | 0.92% | 0.71% | - |
| XYZ | 33.84 | 41.96 | 6.73 | - |
| YUV | 159.57 | 45.85 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 14 | 0.04 | 0 | 0.92 | 0.29 | 62.87 | 0.86 | 0.38 |
| Hex | AD | B5 | E | 4 | 0 | 5C | 1D | 3F | 56 | 26 |
| Octal | 255 | 265 | 16 | 4 | 0 | 134 | 35 | 77 | 126 | 46 |
| Binary | 10101101 | 10110101 | 1110 | 100 | 0 | 1011100 | 11101 | 111111 | 1010110 | 100110 |
Color Harmonies of #ADB50E
Complementary color
Monochromatic Colors of #ADB50E
Black with #ADB50E
Text Example
Text Example
White with #ADB50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB50E; }
p { color: rgb(173,181,14); }
H1.HeaderClassName
{
color: #ADB50E;
}
.AnyTagClassName
{
color: #ADB50E;
}
</style>
background-color css
<style>
a { background-color: #ADB50E; }
a { background-color: rgb(173,181,14); }
div.DivClassName
{
background-color: #ADB50E;
}
.BgClassName
{
background-color: #ADB50E;
}
</style>
border-color css
<style>
span { border-color: #ADB50E; }
span { border-color: rgb(173,181,14); }
td.TdClassName
{
border-color: #ADB50E;
}
.TagClassName
{
border-color: #ADB50E;
}
</style>