Shades of Citrus #ADB10E
Tints of Citrus #ADB10E
RGB
CMYK
RGB Variations
Color information
#ADB10E (or 0xADB10E) is known color: Citrus. HEX triplet: AD, B1 and 0E. RGB value is (173,177,14). Sum of RGB (Red+Green+Blue) = 173+177+14=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 177 (69.53% from 255 or 48.63% from 364); Blue value is 14 (5.86% from 255 or 3.85% from 364); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB10E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB10E is #524EF1. Grayscale: #9D9D9D. Windows color (decimal): -5394162 or 962989. OLE color: 962989.
HSL color Cylindrical-coordinate representation of color #ADB10E: hue angle of 61.47º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADB10E is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 14 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.31 |
| HSL | 61.47º | 0.85% | 0.37% | - |
| HSV(B) | 61.47º | 0.92% | 0.69% | - |
| XYZ | 33.03 | 40.36 | 6.46 | - |
| YUV | 157.22 | 47.17 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 14 | 0.02 | 0 | 0.92 | 0.31 | 61.47 | 0.85 | 0.37 |
| Hex | AD | B1 | E | 2 | 0 | 5C | 1F | 3D | 55 | 25 |
| Octal | 255 | 261 | 16 | 2 | 0 | 134 | 37 | 75 | 125 | 45 |
| Binary | 10101101 | 10110001 | 1110 | 10 | 0 | 1011100 | 11111 | 111101 | 1010101 | 100101 |
Color Harmonies of #ADB10E
Complementary color
Monochromatic Colors of #ADB10E
Black with #ADB10E
Text Example
Text Example
White with #ADB10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB10E; }
p { color: rgb(173,177,14); }
H1.HeaderClassName
{
color: #ADB10E;
}
.AnyTagClassName
{
color: #ADB10E;
}
</style>
background-color css
<style>
a { background-color: #ADB10E; }
a { background-color: rgb(173,177,14); }
div.DivClassName
{
background-color: #ADB10E;
}
.BgClassName
{
background-color: #ADB10E;
}
</style>
border-color css
<style>
span { border-color: #ADB10E; }
span { border-color: rgb(173,177,14); }
td.TdClassName
{
border-color: #ADB10E;
}
.TagClassName
{
border-color: #ADB10E;
}
</style>