Shades of Citrus #ADB809
Tints of Citrus #ADB809
RGB
CMYK
RGB Variations
Color information
#ADB809 (or 0xADB809) is known color: Citrus. HEX triplet: AD, B8 and 09. RGB value is (173,184,9). Sum of RGB (Red+Green+Blue) = 173+184+9=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 184 (72.27% from 255 or 50.27% from 366); Blue value is 9 (3.91% from 255 or 2.46% from 366); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB809 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB809 is #5247F6. Grayscale: #A1A1A1. Windows color (decimal): -5392375 or 637101. OLE color: 637101.
HSL color Cylindrical-coordinate representation of color #ADB809: hue angle of 63.77º 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 #ADB809 is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 9 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.28 |
| HSL | 63.77º | 0.91% | 0.38% | - |
| HSV(B) | 63.77º | 0.95% | 0.72% | - |
| XYZ | 34.42 | 43.18 | 6.78 | - |
| YUV | 160.76 | 42.36 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 9 | 0.06 | 0 | 0.95 | 0.28 | 63.77 | 0.91 | 0.38 |
| Hex | AD | B8 | 9 | 6 | 0 | 5F | 1C | 40 | 5B | 26 |
| Octal | 255 | 270 | 11 | 6 | 0 | 137 | 34 | 100 | 133 | 46 |
| Binary | 10101101 | 10111000 | 1001 | 110 | 0 | 1011111 | 11100 | 1000000 | 1011011 | 100110 |
Color Harmonies of #ADB809
Complementary color
Monochromatic Colors of #ADB809
Black with #ADB809
Text Example
Text Example
White with #ADB809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB809; }
p { color: rgb(173,184,9); }
H1.HeaderClassName
{
color: #ADB809;
}
.AnyTagClassName
{
color: #ADB809;
}
</style>
background-color css
<style>
a { background-color: #ADB809; }
a { background-color: rgb(173,184,9); }
div.DivClassName
{
background-color: #ADB809;
}
.BgClassName
{
background-color: #ADB809;
}
</style>
border-color css
<style>
span { border-color: #ADB809; }
span { border-color: rgb(173,184,9); }
td.TdClassName
{
border-color: #ADB809;
}
.TagClassName
{
border-color: #ADB809;
}
</style>