Shades of Citrus #ADB201
Tints of Citrus #ADB201
RGB
CMYK
RGB Variations
Color information
#ADB201 (or 0xADB201) is known color: Citrus. HEX triplet: AD, B2 and 01. RGB value is (173,178,1). Sum of RGB (Red+Green+Blue) = 173+178+1=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 178 (69.92% from 255 or 50.57% from 352); Blue value is 1 (0.78% from 255 or 0.28% from 352); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB201 is #524DFE. Grayscale: #9D9D9D. Windows color (decimal): -5393919 or 111277. OLE color: 111277.
HSL color Cylindrical-coordinate representation of color #ADB201: hue angle of 61.69º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ADB201 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 178 | 1 | - |
| CMYK | 0.03 | 0 | 0.99 | 0.30 |
| HSL | 61.69º | 0.99% | 0.35% | - |
| HSV(B) | 61.69º | 0.99% | 0.7% | - |
| XYZ | 33.16 | 40.73 | 6.14 | - |
| YUV | 156.33 | 40.34 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 1 | 0.03 | 0 | 0.99 | 0.30 | 61.69 | 0.99 | 0.35 |
| Hex | AD | B2 | 1 | 3 | 0 | 63 | 1E | 3E | 63 | 23 |
| Octal | 255 | 262 | 1 | 3 | 0 | 143 | 36 | 76 | 143 | 43 |
| Binary | 10101101 | 10110010 | 1 | 11 | 0 | 1100011 | 11110 | 111110 | 1100011 | 100011 |
Color Harmonies of #ADB201
Complementary color
Monochromatic Colors of #ADB201
Black with #ADB201
Text Example
Text Example
White with #ADB201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB201; }
p { color: rgb(173,178,1); }
H1.HeaderClassName
{
color: #ADB201;
}
.AnyTagClassName
{
color: #ADB201;
}
</style>
background-color css
<style>
a { background-color: #ADB201; }
a { background-color: rgb(173,178,1); }
div.DivClassName
{
background-color: #ADB201;
}
.BgClassName
{
background-color: #ADB201;
}
</style>
border-color css
<style>
span { border-color: #ADB201; }
span { border-color: rgb(173,178,1); }
td.TdClassName
{
border-color: #ADB201;
}
.TagClassName
{
border-color: #ADB201;
}
</style>