Shades of Citrus #ADB60A
Tints of Citrus #ADB60A
RGB
CMYK
RGB Variations
Color information
#ADB60A (or 0xADB60A) is known color: Citrus. HEX triplet: AD, B6 and 0A. RGB value is (173,182,10). Sum of RGB (Red+Green+Blue) = 173+182+10=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 182 (71.48% from 255 or 49.86% from 365); Blue value is 10 (4.30% from 255 or 2.74% from 365); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB60A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB60A is #5249F5. Grayscale: #A0A0A0. Windows color (decimal): -5392886 or 702125. OLE color: 702125.
HSL color Cylindrical-coordinate representation of color #ADB60A: hue angle of 63.14º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ADB60A is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 182 | 10 | - |
| CMYK | 0.05 | 0 | 0.95 | 0.29 |
| HSL | 63.14º | 0.9% | 0.38% | - |
| HSV(B) | 63.14º | 0.95% | 0.71% | - |
| XYZ | 34.02 | 42.36 | 6.67 | - |
| YUV | 159.7 | 43.52 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 182 | 10 | 0.05 | 0 | 0.95 | 0.29 | 63.14 | 0.9 | 0.38 |
| Hex | AD | B6 | A | 5 | 0 | 5F | 1D | 3F | 5A | 26 |
| Octal | 255 | 266 | 12 | 5 | 0 | 137 | 35 | 77 | 132 | 46 |
| Binary | 10101101 | 10110110 | 1010 | 101 | 0 | 1011111 | 11101 | 111111 | 1011010 | 100110 |
Color Harmonies of #ADB60A
Complementary color
Monochromatic Colors of #ADB60A
Black with #ADB60A
Text Example
Text Example
White with #ADB60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB60A; }
p { color: rgb(173,182,10); }
H1.HeaderClassName
{
color: #ADB60A;
}
.AnyTagClassName
{
color: #ADB60A;
}
</style>
background-color css
<style>
a { background-color: #ADB60A; }
a { background-color: rgb(173,182,10); }
div.DivClassName
{
background-color: #ADB60A;
}
.BgClassName
{
background-color: #ADB60A;
}
</style>
border-color css
<style>
span { border-color: #ADB60A; }
span { border-color: rgb(173,182,10); }
td.TdClassName
{
border-color: #ADB60A;
}
.TagClassName
{
border-color: #ADB60A;
}
</style>