Shades of Citrus #ADB10D
Tints of Citrus #ADB10D
RGB
CMYK
RGB Variations
Color information
#ADB10D (or 0xADB10D) is known color: Citrus. HEX triplet: AD, B1 and 0D. RGB value is (173,177,13). Sum of RGB (Red+Green+Blue) = 173+177+13=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 177 (69.53% from 255 or 48.76% from 363); Blue value is 13 (5.47% from 255 or 3.58% from 363); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB10D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB10D is #524EF2. Grayscale: #9D9D9D. Windows color (decimal): -5394163 or 897453. OLE color: 897453.
HSL color Cylindrical-coordinate representation of color #ADB10D: hue angle of 61.46º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ADB10D is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 13 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.31 |
| HSL | 61.46º | 0.86% | 0.37% | - |
| HSV(B) | 61.46º | 0.93% | 0.69% | - |
| XYZ | 33.03 | 40.36 | 6.43 | - |
| YUV | 157.11 | 46.67 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 13 | 0.02 | 0 | 0.93 | 0.31 | 61.46 | 0.86 | 0.37 |
| Hex | AD | B1 | D | 2 | 0 | 5D | 1F | 3D | 56 | 25 |
| Octal | 255 | 261 | 15 | 2 | 0 | 135 | 37 | 75 | 126 | 45 |
| Binary | 10101101 | 10110001 | 1101 | 10 | 0 | 1011101 | 11111 | 111101 | 1010110 | 100101 |
Color Harmonies of #ADB10D
Complementary color
Monochromatic Colors of #ADB10D
Black with #ADB10D
Text Example
Text Example
White with #ADB10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB10D; }
p { color: rgb(173,177,13); }
H1.HeaderClassName
{
color: #ADB10D;
}
.AnyTagClassName
{
color: #ADB10D;
}
</style>
background-color css
<style>
a { background-color: #ADB10D; }
a { background-color: rgb(173,177,13); }
div.DivClassName
{
background-color: #ADB10D;
}
.BgClassName
{
background-color: #ADB10D;
}
</style>
border-color css
<style>
span { border-color: #ADB10D; }
span { border-color: rgb(173,177,13); }
td.TdClassName
{
border-color: #ADB10D;
}
.TagClassName
{
border-color: #ADB10D;
}
</style>