Shades of Citrus #ADB509
Tints of Citrus #ADB509
RGB
CMYK
RGB Variations
Color information
#ADB509 (or 0xADB509) is known color: Citrus. HEX triplet: AD, B5 and 09. RGB value is (173,181,9). Sum of RGB (Red+Green+Blue) = 173+181+9=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 181 (71.09% from 255 or 49.86% from 363); Blue value is 9 (3.91% from 255 or 2.48% from 363); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB509 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB509 is #524AF6. Grayscale: #9F9F9F. Windows color (decimal): -5393143 or 636333. OLE color: 636333.
HSL color Cylindrical-coordinate representation of color #ADB509: hue angle of 62.79º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ADB509 is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 9 | - |
| CMYK | 0.04 | 0 | 0.95 | 0.29 |
| HSL | 62.79º | 0.91% | 0.37% | - |
| HSV(B) | 62.79º | 0.95% | 0.71% | - |
| XYZ | 33.81 | 41.95 | 6.57 | - |
| YUV | 159 | 43.35 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 9 | 0.04 | 0 | 0.95 | 0.29 | 62.79 | 0.91 | 0.37 |
| Hex | AD | B5 | 9 | 4 | 0 | 5F | 1D | 3F | 5B | 25 |
| Octal | 255 | 265 | 11 | 4 | 0 | 137 | 35 | 77 | 133 | 45 |
| Binary | 10101101 | 10110101 | 1001 | 100 | 0 | 1011111 | 11101 | 111111 | 1011011 | 100101 |
Color Harmonies of #ADB509
Complementary color
Monochromatic Colors of #ADB509
Black with #ADB509
Text Example
Text Example
White with #ADB509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB509; }
p { color: rgb(173,181,9); }
H1.HeaderClassName
{
color: #ADB509;
}
.AnyTagClassName
{
color: #ADB509;
}
</style>
background-color css
<style>
a { background-color: #ADB509; }
a { background-color: rgb(173,181,9); }
div.DivClassName
{
background-color: #ADB509;
}
.BgClassName
{
background-color: #ADB509;
}
</style>
border-color css
<style>
span { border-color: #ADB509; }
span { border-color: rgb(173,181,9); }
td.TdClassName
{
border-color: #ADB509;
}
.TagClassName
{
border-color: #ADB509;
}
</style>