Shades of Citrus #ADB40B
Tints of Citrus #ADB40B
RGB
CMYK
RGB Variations
Color information
#ADB40B (or 0xADB40B) is known color: Citrus. HEX triplet: AD, B4 and 0B. RGB value is (173,180,11). Sum of RGB (Red+Green+Blue) = 173+180+11=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 180 (70.70% from 255 or 49.45% from 364); Blue value is 11 (4.69% from 255 or 3.02% from 364); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB40B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB40B is #524BF4. Grayscale: #9F9F9F. Windows color (decimal): -5393397 or 767149. OLE color: 767149.
HSL color Cylindrical-coordinate representation of color #ADB40B: hue angle of 62.49º degrees, saturation: 0.88, 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 #ADB40B is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 180 | 11 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.29 |
| HSL | 62.49º | 0.88% | 0.37% | - |
| HSV(B) | 62.49º | 0.94% | 0.71% | - |
| XYZ | 33.62 | 41.55 | 6.57 | - |
| YUV | 158.64 | 44.68 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 11 | 0.04 | 0 | 0.94 | 0.29 | 62.49 | 0.88 | 0.37 |
| Hex | AD | B4 | B | 4 | 0 | 5E | 1D | 3E | 58 | 25 |
| Octal | 255 | 264 | 13 | 4 | 0 | 136 | 35 | 76 | 130 | 45 |
| Binary | 10101101 | 10110100 | 1011 | 100 | 0 | 1011110 | 11101 | 111110 | 1011000 | 100101 |
Color Harmonies of #ADB40B
Complementary color
Monochromatic Colors of #ADB40B
Black with #ADB40B
Text Example
Text Example
White with #ADB40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB40B; }
p { color: rgb(173,180,11); }
H1.HeaderClassName
{
color: #ADB40B;
}
.AnyTagClassName
{
color: #ADB40B;
}
</style>
background-color css
<style>
a { background-color: #ADB40B; }
a { background-color: rgb(173,180,11); }
div.DivClassName
{
background-color: #ADB40B;
}
.BgClassName
{
background-color: #ADB40B;
}
</style>
border-color css
<style>
span { border-color: #ADB40B; }
span { border-color: rgb(173,180,11); }
td.TdClassName
{
border-color: #ADB40B;
}
.TagClassName
{
border-color: #ADB40B;
}
</style>