Shades of Citrus #ADB00A
Tints of Citrus #ADB00A
RGB
CMYK
RGB Variations
Color information
#ADB00A (or 0xADB00A) is known color: Citrus. HEX triplet: AD, B0 and 0A. RGB value is (173,176,10). Sum of RGB (Red+Green+Blue) = 173+176+10=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 176 (69.14% from 255 or 49.03% from 359); Blue value is 10 (4.30% from 255 or 2.79% from 359); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB00A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB00A is #524FF5. Grayscale: #9C9C9C. Windows color (decimal): -5394422 or 700589. OLE color: 700589.
HSL color Cylindrical-coordinate representation of color #ADB00A: hue angle of 61.08º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADB00A is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 176 | 10 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.31 |
| HSL | 61.08º | 0.89% | 0.36% | - |
| HSV(B) | 61.08º | 0.94% | 0.69% | - |
| XYZ | 32.81 | 39.96 | 6.27 | - |
| YUV | 156.18 | 45.51 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 10 | 0.02 | 0 | 0.94 | 0.31 | 61.08 | 0.89 | 0.36 |
| Hex | AD | B0 | A | 2 | 0 | 5E | 1F | 3D | 59 | 24 |
| Octal | 255 | 260 | 12 | 2 | 0 | 136 | 37 | 75 | 131 | 44 |
| Binary | 10101101 | 10110000 | 1010 | 10 | 0 | 1011110 | 11111 | 111101 | 1011001 | 100100 |
Color Harmonies of #ADB00A
Complementary color
Monochromatic Colors of #ADB00A
Black with #ADB00A
Text Example
Text Example
White with #ADB00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB00A; }
p { color: rgb(173,176,10); }
H1.HeaderClassName
{
color: #ADB00A;
}
.AnyTagClassName
{
color: #ADB00A;
}
</style>
background-color css
<style>
a { background-color: #ADB00A; }
a { background-color: rgb(173,176,10); }
div.DivClassName
{
background-color: #ADB00A;
}
.BgClassName
{
background-color: #ADB00A;
}
</style>
border-color css
<style>
span { border-color: #ADB00A; }
span { border-color: rgb(173,176,10); }
td.TdClassName
{
border-color: #ADB00A;
}
.TagClassName
{
border-color: #ADB00A;
}
</style>