Shades of Citrus #ADBA02
Tints of Citrus #ADBA02
RGB
CMYK
RGB Variations
Color information
#ADBA02 (or 0xADBA02) is known color: Citrus. HEX triplet: AD, BA and 02. RGB value is (173,186,2). Sum of RGB (Red+Green+Blue) = 173+186+2=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 186 (73.05% from 255 or 51.52% from 361); Blue value is 2 (1.17% from 255 or 0.55% from 361); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBA02 is #5245FD. Grayscale: #A1A1A1. Windows color (decimal): -5391870 or 178861. OLE color: 178861.
HSL color Cylindrical-coordinate representation of color #ADBA02: hue angle of 64.24º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ADBA02 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 2 | - |
| CMYK | 0.07 | 0 | 0.99 | 0.27 |
| HSL | 64.24º | 0.98% | 0.37% | - |
| HSV(B) | 64.24º | 0.99% | 0.73% | - |
| XYZ | 34.8 | 44.01 | 6.72 | - |
| YUV | 161.14 | 38.19 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 2 | 0.07 | 0 | 0.99 | 0.27 | 64.24 | 0.98 | 0.37 |
| Hex | AD | BA | 2 | 7 | 0 | 63 | 1B | 40 | 62 | 25 |
| Octal | 255 | 272 | 2 | 7 | 0 | 143 | 33 | 100 | 142 | 45 |
| Binary | 10101101 | 10111010 | 10 | 111 | 0 | 1100011 | 11011 | 1000000 | 1100010 | 100101 |
Color Harmonies of #ADBA02
Complementary color
Monochromatic Colors of #ADBA02
Black with #ADBA02
Text Example
Text Example
White with #ADBA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA02; }
p { color: rgb(173,186,2); }
H1.HeaderClassName
{
color: #ADBA02;
}
.AnyTagClassName
{
color: #ADBA02;
}
</style>
background-color css
<style>
a { background-color: #ADBA02; }
a { background-color: rgb(173,186,2); }
div.DivClassName
{
background-color: #ADBA02;
}
.BgClassName
{
background-color: #ADBA02;
}
</style>
border-color css
<style>
span { border-color: #ADBA02; }
span { border-color: rgb(173,186,2); }
td.TdClassName
{
border-color: #ADBA02;
}
.TagClassName
{
border-color: #ADBA02;
}
</style>