Shades of Citrus #ADBD03
Tints of Citrus #ADBD03
RGB
CMYK
RGB Variations
Color information
#ADBD03 (or 0xADBD03) is known color: Citrus. HEX triplet: AD, BD and 03. RGB value is (173,189,3). Sum of RGB (Red+Green+Blue) = 173+189+3=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 189 (74.22% from 255 or 51.78% from 365); Blue value is 3 (1.56% from 255 or 0.82% from 365); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBD03 is #5242FC. Grayscale: #A3A3A3. Windows color (decimal): -5391101 or 245165. OLE color: 245165.
HSL color Cylindrical-coordinate representation of color #ADBD03: hue angle of 65.16º degrees, saturation: 0.97, 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 #ADBD03 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 189 | 3 | - |
| CMYK | 0.08 | 0 | 0.98 | 0.26 |
| HSL | 65.16º | 0.97% | 0.38% | - |
| HSV(B) | 65.16º | 0.98% | 0.74% | - |
| XYZ | 35.45 | 45.29 | 6.96 | - |
| YUV | 163.01 | 37.7 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 189 | 3 | 0.08 | 0 | 0.98 | 0.26 | 65.16 | 0.97 | 0.38 |
| Hex | AD | BD | 3 | 8 | 0 | 62 | 1A | 41 | 61 | 26 |
| Octal | 255 | 275 | 3 | 10 | 0 | 142 | 32 | 101 | 141 | 46 |
| Binary | 10101101 | 10111101 | 11 | 1000 | 0 | 1100010 | 11010 | 1000001 | 1100001 | 100110 |
Color Harmonies of #ADBD03
Complementary color
Monochromatic Colors of #ADBD03
Black with #ADBD03
Text Example
Text Example
White with #ADBD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBD03; }
p { color: rgb(173,189,3); }
H1.HeaderClassName
{
color: #ADBD03;
}
.AnyTagClassName
{
color: #ADBD03;
}
</style>
background-color css
<style>
a { background-color: #ADBD03; }
a { background-color: rgb(173,189,3); }
div.DivClassName
{
background-color: #ADBD03;
}
.BgClassName
{
background-color: #ADBD03;
}
</style>
border-color css
<style>
span { border-color: #ADBD03; }
span { border-color: rgb(173,189,3); }
td.TdClassName
{
border-color: #ADBD03;
}
.TagClassName
{
border-color: #ADBD03;
}
</style>