Shades of Citrus #ADB805
Tints of Citrus #ADB805
RGB
CMYK
RGB Variations
Color information
#ADB805 (or 0xADB805) is known color: Citrus. HEX triplet: AD, B8 and 05. RGB value is (173,184,5). Sum of RGB (Red+Green+Blue) = 173+184+5=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 184 (72.27% from 255 or 50.83% from 362); Blue value is 5 (2.34% from 255 or 1.38% from 362); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB805 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB805 is #5247FA. Grayscale: #A1A1A1. Windows color (decimal): -5392379 or 374957. OLE color: 374957.
HSL color Cylindrical-coordinate representation of color #ADB805: hue angle of 63.69º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ADB805 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 5 | - |
| CMYK | 0.06 | 0 | 0.97 | 0.28 |
| HSL | 63.69º | 0.95% | 0.37% | - |
| HSV(B) | 63.69º | 0.97% | 0.72% | - |
| XYZ | 34.4 | 43.18 | 6.66 | - |
| YUV | 160.31 | 40.36 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 5 | 0.06 | 0 | 0.97 | 0.28 | 63.69 | 0.95 | 0.37 |
| Hex | AD | B8 | 5 | 6 | 0 | 61 | 1C | 40 | 5F | 25 |
| Octal | 255 | 270 | 5 | 6 | 0 | 141 | 34 | 100 | 137 | 45 |
| Binary | 10101101 | 10111000 | 101 | 110 | 0 | 1100001 | 11100 | 1000000 | 1011111 | 100101 |
Color Harmonies of #ADB805
Complementary color
Monochromatic Colors of #ADB805
Black with #ADB805
Text Example
Text Example
White with #ADB805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB805; }
p { color: rgb(173,184,5); }
H1.HeaderClassName
{
color: #ADB805;
}
.AnyTagClassName
{
color: #ADB805;
}
</style>
background-color css
<style>
a { background-color: #ADB805; }
a { background-color: rgb(173,184,5); }
div.DivClassName
{
background-color: #ADB805;
}
.BgClassName
{
background-color: #ADB805;
}
</style>
border-color css
<style>
span { border-color: #ADB805; }
span { border-color: rgb(173,184,5); }
td.TdClassName
{
border-color: #ADB805;
}
.TagClassName
{
border-color: #ADB805;
}
</style>