Shades of Citrus #ADB306
Tints of Citrus #ADB306
RGB
CMYK
RGB Variations
Color information
#ADB306 (or 0xADB306) is known color: Citrus. HEX triplet: AD, B3 and 06. RGB value is (173,179,6). Sum of RGB (Red+Green+Blue) = 173+179+6=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 179 (70.31% from 255 or 50% from 358); Blue value is 6 (2.73% from 255 or 1.68% from 358); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB306 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB306 is #524CF9. Grayscale: #9E9E9E. Windows color (decimal): -5393658 or 439213. OLE color: 439213.
HSL color Cylindrical-coordinate representation of color #ADB306: hue angle of 62.08º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ADB306 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 6 | - |
| CMYK | 0.03 | 0 | 0.97 | 0.30 |
| HSL | 62.08º | 0.94% | 0.36% | - |
| HSV(B) | 62.08º | 0.97% | 0.7% | - |
| XYZ | 33.39 | 41.14 | 6.35 | - |
| YUV | 157.48 | 42.51 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 6 | 0.03 | 0 | 0.97 | 0.30 | 62.08 | 0.94 | 0.36 |
| Hex | AD | B3 | 6 | 3 | 0 | 61 | 1E | 3E | 5E | 24 |
| Octal | 255 | 263 | 6 | 3 | 0 | 141 | 36 | 76 | 136 | 44 |
| Binary | 10101101 | 10110011 | 110 | 11 | 0 | 1100001 | 11110 | 111110 | 1011110 | 100100 |
Color Harmonies of #ADB306
Complementary color
Monochromatic Colors of #ADB306
Black with #ADB306
Text Example
Text Example
White with #ADB306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB306; }
p { color: rgb(173,179,6); }
H1.HeaderClassName
{
color: #ADB306;
}
.AnyTagClassName
{
color: #ADB306;
}
</style>
background-color css
<style>
a { background-color: #ADB306; }
a { background-color: rgb(173,179,6); }
div.DivClassName
{
background-color: #ADB306;
}
.BgClassName
{
background-color: #ADB306;
}
</style>
border-color css
<style>
span { border-color: #ADB306; }
span { border-color: rgb(173,179,6); }
td.TdClassName
{
border-color: #ADB306;
}
.TagClassName
{
border-color: #ADB306;
}
</style>