Shades of Citrus #ADB705
Tints of Citrus #ADB705
RGB
CMYK
RGB Variations
Color information
#ADB705 (or 0xADB705) is known color: Citrus. HEX triplet: AD, B7 and 05. RGB value is (173,183,5). Sum of RGB (Red+Green+Blue) = 173+183+5=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 183 (71.88% from 255 or 50.69% from 361); Blue value is 5 (2.34% from 255 or 1.39% from 361); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB705 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB705 is #5248FA. Grayscale: #A0A0A0. Windows color (decimal): -5392635 or 374701. OLE color: 374701.
HSL color Cylindrical-coordinate representation of color #ADB705: hue angle of 63.37º 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 #ADB705 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 5 | - |
| CMYK | 0.05 | 0 | 0.97 | 0.28 |
| HSL | 63.37º | 0.95% | 0.37% | - |
| HSV(B) | 63.37º | 0.97% | 0.72% | - |
| XYZ | 34.19 | 42.76 | 6.6 | - |
| YUV | 159.72 | 40.69 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 5 | 0.05 | 0 | 0.97 | 0.28 | 63.37 | 0.95 | 0.37 |
| Hex | AD | B7 | 5 | 5 | 0 | 61 | 1C | 3F | 5F | 25 |
| Octal | 255 | 267 | 5 | 5 | 0 | 141 | 34 | 77 | 137 | 45 |
| Binary | 10101101 | 10110111 | 101 | 101 | 0 | 1100001 | 11100 | 111111 | 1011111 | 100101 |
Color Harmonies of #ADB705
Complementary color
Monochromatic Colors of #ADB705
Black with #ADB705
Text Example
Text Example
White with #ADB705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB705; }
p { color: rgb(173,183,5); }
H1.HeaderClassName
{
color: #ADB705;
}
.AnyTagClassName
{
color: #ADB705;
}
</style>
background-color css
<style>
a { background-color: #ADB705; }
a { background-color: rgb(173,183,5); }
div.DivClassName
{
background-color: #ADB705;
}
.BgClassName
{
background-color: #ADB705;
}
</style>
border-color css
<style>
span { border-color: #ADB705; }
span { border-color: rgb(173,183,5); }
td.TdClassName
{
border-color: #ADB705;
}
.TagClassName
{
border-color: #ADB705;
}
</style>