Shades of Citrus #ADB50D
Tints of Citrus #ADB50D
RGB
CMYK
RGB Variations
Color information
#ADB50D (or 0xADB50D) is known color: Citrus. HEX triplet: AD, B5 and 0D. RGB value is (173,181,13). Sum of RGB (Red+Green+Blue) = 173+181+13=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 181 (71.09% from 255 or 49.32% from 367); Blue value is 13 (5.47% from 255 or 3.54% from 367); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB50D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB50D is #524AF2. Grayscale: #A0A0A0. Windows color (decimal): -5393139 or 898477. OLE color: 898477.
HSL color Cylindrical-coordinate representation of color #ADB50D: hue angle of 62.86º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ADB50D is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 13 | - |
| CMYK | 0.04 | 0 | 0.93 | 0.29 |
| HSL | 62.86º | 0.87% | 0.38% | - |
| HSV(B) | 62.86º | 0.93% | 0.71% | - |
| XYZ | 33.83 | 41.96 | 6.7 | - |
| YUV | 159.46 | 45.35 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 13 | 0.04 | 0 | 0.93 | 0.29 | 62.86 | 0.87 | 0.38 |
| Hex | AD | B5 | D | 4 | 0 | 5D | 1D | 3F | 57 | 26 |
| Octal | 255 | 265 | 15 | 4 | 0 | 135 | 35 | 77 | 127 | 46 |
| Binary | 10101101 | 10110101 | 1101 | 100 | 0 | 1011101 | 11101 | 111111 | 1010111 | 100110 |
Color Harmonies of #ADB50D
Complementary color
Monochromatic Colors of #ADB50D
Black with #ADB50D
Text Example
Text Example
White with #ADB50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB50D; }
p { color: rgb(173,181,13); }
H1.HeaderClassName
{
color: #ADB50D;
}
.AnyTagClassName
{
color: #ADB50D;
}
</style>
background-color css
<style>
a { background-color: #ADB50D; }
a { background-color: rgb(173,181,13); }
div.DivClassName
{
background-color: #ADB50D;
}
.BgClassName
{
background-color: #ADB50D;
}
</style>
border-color css
<style>
span { border-color: #ADB50D; }
span { border-color: rgb(173,181,13); }
td.TdClassName
{
border-color: #ADB50D;
}
.TagClassName
{
border-color: #ADB50D;
}
</style>