Shades of Citrus #ADB709
Tints of Citrus #ADB709
RGB
CMYK
RGB Variations
Color information
#ADB709 (or 0xADB709) is known color: Citrus. HEX triplet: AD, B7 and 09. RGB value is (173,183,9). Sum of RGB (Red+Green+Blue) = 173+183+9=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 183 (71.88% from 255 or 50.14% from 365); Blue value is 9 (3.91% from 255 or 2.47% from 365); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB709 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB709 is #5248F6. Grayscale: #A0A0A0. Windows color (decimal): -5392631 or 636845. OLE color: 636845.
HSL color Cylindrical-coordinate representation of color #ADB709: hue angle of 63.45º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ADB709 is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 9 | - |
| CMYK | 0.05 | 0 | 0.95 | 0.28 |
| HSL | 63.45º | 0.91% | 0.38% | - |
| HSV(B) | 63.45º | 0.95% | 0.72% | - |
| XYZ | 34.22 | 42.77 | 6.71 | - |
| YUV | 160.17 | 42.69 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 9 | 0.05 | 0 | 0.95 | 0.28 | 63.45 | 0.91 | 0.38 |
| Hex | AD | B7 | 9 | 5 | 0 | 5F | 1C | 3F | 5B | 26 |
| Octal | 255 | 267 | 11 | 5 | 0 | 137 | 34 | 77 | 133 | 46 |
| Binary | 10101101 | 10110111 | 1001 | 101 | 0 | 1011111 | 11100 | 111111 | 1011011 | 100110 |
Color Harmonies of #ADB709
Complementary color
Monochromatic Colors of #ADB709
Black with #ADB709
Text Example
Text Example
White with #ADB709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB709; }
p { color: rgb(173,183,9); }
H1.HeaderClassName
{
color: #ADB709;
}
.AnyTagClassName
{
color: #ADB709;
}
</style>
background-color css
<style>
a { background-color: #ADB709; }
a { background-color: rgb(173,183,9); }
div.DivClassName
{
background-color: #ADB709;
}
.BgClassName
{
background-color: #ADB709;
}
</style>
border-color css
<style>
span { border-color: #ADB709; }
span { border-color: rgb(173,183,9); }
td.TdClassName
{
border-color: #ADB709;
}
.TagClassName
{
border-color: #ADB709;
}
</style>