Shades of Citrus #ADB113
Tints of Citrus #ADB113
RGB
CMYK
RGB Variations
Color information
#ADB113 (or 0xADB113) is known color: Citrus. HEX triplet: AD, B1 and 13. RGB value is (173,177,19). Sum of RGB (Red+Green+Blue) = 173+177+19=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 177 (69.53% from 255 or 47.97% from 369); Blue value is 19 (7.81% from 255 or 5.15% from 369); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB113 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB113 is #524EEC. Grayscale: #9E9E9E. Windows color (decimal): -5394157 or 1290669. OLE color: 1290669.
HSL color Cylindrical-coordinate representation of color #ADB113: hue angle of 61.52º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ADB113 is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 19 | - |
| CMYK | 0.02 | 0 | 0.89 | 0.31 |
| HSL | 61.52º | 0.81% | 0.38% | - |
| HSV(B) | 61.52º | 0.89% | 0.69% | - |
| XYZ | 33.07 | 40.38 | 6.67 | - |
| YUV | 157.79 | 49.67 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 19 | 0.02 | 0 | 0.89 | 0.31 | 61.52 | 0.81 | 0.38 |
| Hex | AD | B1 | 13 | 2 | 0 | 59 | 1F | 3E | 51 | 26 |
| Octal | 255 | 261 | 23 | 2 | 0 | 131 | 37 | 76 | 121 | 46 |
| Binary | 10101101 | 10110001 | 10011 | 10 | 0 | 1011001 | 11111 | 111110 | 1010001 | 100110 |
Color Harmonies of #ADB113
Complementary color
Monochromatic Colors of #ADB113
Black with #ADB113
Text Example
Text Example
White with #ADB113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB113; }
p { color: rgb(173,177,19); }
H1.HeaderClassName
{
color: #ADB113;
}
.AnyTagClassName
{
color: #ADB113;
}
</style>
background-color css
<style>
a { background-color: #ADB113; }
a { background-color: rgb(173,177,19); }
div.DivClassName
{
background-color: #ADB113;
}
.BgClassName
{
background-color: #ADB113;
}
</style>
border-color css
<style>
span { border-color: #ADB113; }
span { border-color: rgb(173,177,19); }
td.TdClassName
{
border-color: #ADB113;
}
.TagClassName
{
border-color: #ADB113;
}
</style>