Shades of Citrus #ADBA03
Tints of Citrus #ADBA03
RGB
CMYK
RGB Variations
Color information
#ADBA03 (or 0xADBA03) is known color: Citrus. HEX triplet: AD, BA and 03. RGB value is (173,186,3). Sum of RGB (Red+Green+Blue) = 173+186+3=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 186 (73.05% from 255 or 51.38% from 362); Blue value is 3 (1.56% from 255 or 0.83% from 362); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBA03 is #5245FC. Grayscale: #A1A1A1. Windows color (decimal): -5391869 or 244397. OLE color: 244397.
HSL color Cylindrical-coordinate representation of color #ADBA03: hue angle of 64.26º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ADBA03 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 3 | - |
| CMYK | 0.07 | 0 | 0.98 | 0.27 |
| HSL | 64.26º | 0.97% | 0.37% | - |
| HSV(B) | 64.26º | 0.98% | 0.73% | - |
| XYZ | 34.81 | 44.01 | 6.75 | - |
| YUV | 161.25 | 38.69 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 3 | 0.07 | 0 | 0.98 | 0.27 | 64.26 | 0.97 | 0.37 |
| Hex | AD | BA | 3 | 7 | 0 | 62 | 1B | 40 | 61 | 25 |
| Octal | 255 | 272 | 3 | 7 | 0 | 142 | 33 | 100 | 141 | 45 |
| Binary | 10101101 | 10111010 | 11 | 111 | 0 | 1100010 | 11011 | 1000000 | 1100001 | 100101 |
Color Harmonies of #ADBA03
Complementary color
Monochromatic Colors of #ADBA03
Black with #ADBA03
Text Example
Text Example
White with #ADBA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA03; }
p { color: rgb(173,186,3); }
H1.HeaderClassName
{
color: #ADBA03;
}
.AnyTagClassName
{
color: #ADBA03;
}
</style>
background-color css
<style>
a { background-color: #ADBA03; }
a { background-color: rgb(173,186,3); }
div.DivClassName
{
background-color: #ADBA03;
}
.BgClassName
{
background-color: #ADBA03;
}
</style>
border-color css
<style>
span { border-color: #ADBA03; }
span { border-color: rgb(173,186,3); }
td.TdClassName
{
border-color: #ADBA03;
}
.TagClassName
{
border-color: #ADBA03;
}
</style>