Shades of Citrus #ADB50B
Tints of Citrus #ADB50B
RGB
CMYK
RGB Variations
Color information
#ADB50B (or 0xADB50B) is known color: Citrus. HEX triplet: AD, B5 and 0B. RGB value is (173,181,11). Sum of RGB (Red+Green+Blue) = 173+181+11=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 181 (71.09% from 255 or 49.59% from 365); Blue value is 11 (4.69% from 255 or 3.01% from 365); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB50B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB50B is #524AF4. Grayscale: #9F9F9F. Windows color (decimal): -5393141 or 767405. OLE color: 767405.
HSL color Cylindrical-coordinate representation of color #ADB50B: hue angle of 62.82º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADB50B is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 11 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.29 |
| HSL | 62.82º | 0.89% | 0.38% | - |
| HSV(B) | 62.82º | 0.94% | 0.71% | - |
| XYZ | 33.82 | 41.96 | 6.63 | - |
| YUV | 159.23 | 44.35 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 11 | 0.04 | 0 | 0.94 | 0.29 | 62.82 | 0.89 | 0.38 |
| Hex | AD | B5 | B | 4 | 0 | 5E | 1D | 3F | 59 | 26 |
| Octal | 255 | 265 | 13 | 4 | 0 | 136 | 35 | 77 | 131 | 46 |
| Binary | 10101101 | 10110101 | 1011 | 100 | 0 | 1011110 | 11101 | 111111 | 1011001 | 100110 |
Color Harmonies of #ADB50B
Complementary color
Monochromatic Colors of #ADB50B
Black with #ADB50B
Text Example
Text Example
White with #ADB50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB50B; }
p { color: rgb(173,181,11); }
H1.HeaderClassName
{
color: #ADB50B;
}
.AnyTagClassName
{
color: #ADB50B;
}
</style>
background-color css
<style>
a { background-color: #ADB50B; }
a { background-color: rgb(173,181,11); }
div.DivClassName
{
background-color: #ADB50B;
}
.BgClassName
{
background-color: #ADB50B;
}
</style>
border-color css
<style>
span { border-color: #ADB50B; }
span { border-color: rgb(173,181,11); }
td.TdClassName
{
border-color: #ADB50B;
}
.TagClassName
{
border-color: #ADB50B;
}
</style>