Shades of Citrus #ADB10A
Tints of Citrus #ADB10A
RGB
CMYK
RGB Variations
Color information
#ADB10A (or 0xADB10A) is known color: Citrus. HEX triplet: AD, B1 and 0A. RGB value is (173,177,10). Sum of RGB (Red+Green+Blue) = 173+177+10=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 177 (69.53% from 255 or 49.17% from 360); Blue value is 10 (4.30% from 255 or 2.78% from 360); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB10A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB10A is #524EF5. Grayscale: #9D9D9D. Windows color (decimal): -5394166 or 700845. OLE color: 700845.
HSL color Cylindrical-coordinate representation of color #ADB10A: hue angle of 61.44º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADB10A is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 10 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.31 |
| HSL | 61.44º | 0.89% | 0.37% | - |
| HSV(B) | 61.44º | 0.94% | 0.69% | - |
| XYZ | 33.01 | 40.35 | 6.34 | - |
| YUV | 156.77 | 45.17 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 10 | 0.02 | 0 | 0.94 | 0.31 | 61.44 | 0.89 | 0.37 |
| Hex | AD | B1 | A | 2 | 0 | 5E | 1F | 3D | 59 | 25 |
| Octal | 255 | 261 | 12 | 2 | 0 | 136 | 37 | 75 | 131 | 45 |
| Binary | 10101101 | 10110001 | 1010 | 10 | 0 | 1011110 | 11111 | 111101 | 1011001 | 100101 |
Color Harmonies of #ADB10A
Complementary color
Monochromatic Colors of #ADB10A
Black with #ADB10A
Text Example
Text Example
White with #ADB10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB10A; }
p { color: rgb(173,177,10); }
H1.HeaderClassName
{
color: #ADB10A;
}
.AnyTagClassName
{
color: #ADB10A;
}
</style>
background-color css
<style>
a { background-color: #ADB10A; }
a { background-color: rgb(173,177,10); }
div.DivClassName
{
background-color: #ADB10A;
}
.BgClassName
{
background-color: #ADB10A;
}
</style>
border-color css
<style>
span { border-color: #ADB10A; }
span { border-color: rgb(173,177,10); }
td.TdClassName
{
border-color: #ADB10A;
}
.TagClassName
{
border-color: #ADB10A;
}
</style>