Shades of Citrus #ADB401
Tints of Citrus #ADB401
RGB
CMYK
RGB Variations
Color information
#ADB401 (or 0xADB401) is known color: Citrus. HEX triplet: AD, B4 and 01. RGB value is (173,180,1). Sum of RGB (Red+Green+Blue) = 173+180+1=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 180 (70.70% from 255 or 50.85% from 354); Blue value is 1 (0.78% from 255 or 0.28% from 354); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB401 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB401 is #524BFE. Grayscale: #9E9E9E. Windows color (decimal): -5393407 or 111789. OLE color: 111789.
HSL color Cylindrical-coordinate representation of color #ADB401: hue angle of 62.35º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ADB401 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 180 | 1 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.29 |
| HSL | 62.35º | 0.99% | 0.35% | - |
| HSV(B) | 62.35º | 0.99% | 0.71% | - |
| XYZ | 33.56 | 41.53 | 6.28 | - |
| YUV | 157.5 | 39.68 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 1 | 0.04 | 0 | 0.99 | 0.29 | 62.35 | 0.99 | 0.35 |
| Hex | AD | B4 | 1 | 4 | 0 | 63 | 1D | 3E | 63 | 23 |
| Octal | 255 | 264 | 1 | 4 | 0 | 143 | 35 | 76 | 143 | 43 |
| Binary | 10101101 | 10110100 | 1 | 100 | 0 | 1100011 | 11101 | 111110 | 1100011 | 100011 |
Color Harmonies of #ADB401
Complementary color
Monochromatic Colors of #ADB401
Black with #ADB401
Text Example
Text Example
White with #ADB401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB401; }
p { color: rgb(173,180,1); }
H1.HeaderClassName
{
color: #ADB401;
}
.AnyTagClassName
{
color: #ADB401;
}
</style>
background-color css
<style>
a { background-color: #ADB401; }
a { background-color: rgb(173,180,1); }
div.DivClassName
{
background-color: #ADB401;
}
.BgClassName
{
background-color: #ADB401;
}
</style>
border-color css
<style>
span { border-color: #ADB401; }
span { border-color: rgb(173,180,1); }
td.TdClassName
{
border-color: #ADB401;
}
.TagClassName
{
border-color: #ADB401;
}
</style>