Shades of Citrus #ADBC04
Tints of Citrus #ADBC04
RGB
CMYK
RGB Variations
Color information
#ADBC04 (or 0xADBC04) is known color: Citrus. HEX triplet: AD, BC and 04. RGB value is (173,188,4). Sum of RGB (Red+Green+Blue) = 173+188+4=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 188 (73.83% from 255 or 51.51% from 365); Blue value is 4 (1.95% from 255 or 1.10% from 365); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBC04 is #5243FB. Grayscale: #A3A3A3. Windows color (decimal): -5391356 or 310445. OLE color: 310445.
HSL color Cylindrical-coordinate representation of color #ADBC04: hue angle of 64.89º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ADBC04 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 4 | - |
| CMYK | 0.08 | 0 | 0.98 | 0.26 |
| HSL | 64.89º | 0.96% | 0.38% | - |
| HSV(B) | 64.89º | 0.98% | 0.74% | - |
| XYZ | 35.24 | 44.86 | 6.92 | - |
| YUV | 162.54 | 38.53 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 4 | 0.08 | 0 | 0.98 | 0.26 | 64.89 | 0.96 | 0.38 |
| Hex | AD | BC | 4 | 8 | 0 | 62 | 1A | 41 | 60 | 26 |
| Octal | 255 | 274 | 4 | 10 | 0 | 142 | 32 | 101 | 140 | 46 |
| Binary | 10101101 | 10111100 | 100 | 1000 | 0 | 1100010 | 11010 | 1000001 | 1100000 | 100110 |
Color Harmonies of #ADBC04
Complementary color
Monochromatic Colors of #ADBC04
Black with #ADBC04
Text Example
Text Example
White with #ADBC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBC04; }
p { color: rgb(173,188,4); }
H1.HeaderClassName
{
color: #ADBC04;
}
.AnyTagClassName
{
color: #ADBC04;
}
</style>
background-color css
<style>
a { background-color: #ADBC04; }
a { background-color: rgb(173,188,4); }
div.DivClassName
{
background-color: #ADBC04;
}
.BgClassName
{
background-color: #ADBC04;
}
</style>
border-color css
<style>
span { border-color: #ADBC04; }
span { border-color: rgb(173,188,4); }
td.TdClassName
{
border-color: #ADBC04;
}
.TagClassName
{
border-color: #ADBC04;
}
</style>