Shades of Citrus #ADB909
Tints of Citrus #ADB909
RGB
CMYK
RGB Variations
Color information
#ADB909 (or 0xADB909) is known color: Citrus. HEX triplet: AD, B9 and 09. RGB value is (173,185,9). Sum of RGB (Red+Green+Blue) = 173+185+9=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 185 (72.66% from 255 or 50.41% from 367); Blue value is 9 (3.91% from 255 or 2.45% from 367); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB909 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB909 is #5246F6. Grayscale: #A2A2A2. Windows color (decimal): -5392119 or 637357. OLE color: 637357.
HSL color Cylindrical-coordinate representation of color #ADB909: hue angle of 64.09º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ADB909 is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 9 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.27 |
| HSL | 64.09º | 0.91% | 0.38% | - |
| HSV(B) | 64.09º | 0.95% | 0.73% | - |
| XYZ | 34.63 | 43.6 | 6.85 | - |
| YUV | 161.35 | 42.02 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 9 | 0.06 | 0 | 0.95 | 0.27 | 64.09 | 0.91 | 0.38 |
| Hex | AD | B9 | 9 | 6 | 0 | 5F | 1B | 40 | 5B | 26 |
| Octal | 255 | 271 | 11 | 6 | 0 | 137 | 33 | 100 | 133 | 46 |
| Binary | 10101101 | 10111001 | 1001 | 110 | 0 | 1011111 | 11011 | 1000000 | 1011011 | 100110 |
Color Harmonies of #ADB909
Complementary color
Monochromatic Colors of #ADB909
Black with #ADB909
Text Example
Text Example
White with #ADB909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB909; }
p { color: rgb(173,185,9); }
H1.HeaderClassName
{
color: #ADB909;
}
.AnyTagClassName
{
color: #ADB909;
}
</style>
background-color css
<style>
a { background-color: #ADB909; }
a { background-color: rgb(173,185,9); }
div.DivClassName
{
background-color: #ADB909;
}
.BgClassName
{
background-color: #ADB909;
}
</style>
border-color css
<style>
span { border-color: #ADB909; }
span { border-color: rgb(173,185,9); }
td.TdClassName
{
border-color: #ADB909;
}
.TagClassName
{
border-color: #ADB909;
}
</style>