Shades of Citrus #ADB706
Tints of Citrus #ADB706
RGB
CMYK
RGB Variations
Color information
#ADB706 (or 0xADB706) is known color: Citrus. HEX triplet: AD, B7 and 06. RGB value is (173,183,6). Sum of RGB (Red+Green+Blue) = 173+183+6=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 183 (71.88% from 255 or 50.55% from 362); Blue value is 6 (2.73% from 255 or 1.66% from 362); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB706 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB706 is #5248F9. Grayscale: #A0A0A0. Windows color (decimal): -5392634 or 440237. OLE color: 440237.
HSL color Cylindrical-coordinate representation of color #ADB706: hue angle of 63.39º degrees, saturation: 0.94, 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 #ADB706 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 6 | - |
| CMYK | 0.05 | 0 | 0.97 | 0.28 |
| HSL | 63.39º | 0.94% | 0.37% | - |
| HSV(B) | 63.39º | 0.97% | 0.72% | - |
| XYZ | 34.2 | 42.76 | 6.62 | - |
| YUV | 159.83 | 41.19 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 6 | 0.05 | 0 | 0.97 | 0.28 | 63.39 | 0.94 | 0.37 |
| Hex | AD | B7 | 6 | 5 | 0 | 61 | 1C | 3F | 5E | 25 |
| Octal | 255 | 267 | 6 | 5 | 0 | 141 | 34 | 77 | 136 | 45 |
| Binary | 10101101 | 10110111 | 110 | 101 | 0 | 1100001 | 11100 | 111111 | 1011110 | 100101 |
Color Harmonies of #ADB706
Complementary color
Monochromatic Colors of #ADB706
Black with #ADB706
Text Example
Text Example
White with #ADB706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB706; }
p { color: rgb(173,183,6); }
H1.HeaderClassName
{
color: #ADB706;
}
.AnyTagClassName
{
color: #ADB706;
}
</style>
background-color css
<style>
a { background-color: #ADB706; }
a { background-color: rgb(173,183,6); }
div.DivClassName
{
background-color: #ADB706;
}
.BgClassName
{
background-color: #ADB706;
}
</style>
border-color css
<style>
span { border-color: #ADB706; }
span { border-color: rgb(173,183,6); }
td.TdClassName
{
border-color: #ADB706;
}
.TagClassName
{
border-color: #ADB706;
}
</style>