Shades of Citrus #ADB508
Tints of Citrus #ADB508
RGB
CMYK
RGB Variations
Color information
#ADB508 (or 0xADB508) is known color: Citrus. HEX triplet: AD, B5 and 08. RGB value is (173,181,8). Sum of RGB (Red+Green+Blue) = 173+181+8=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 181 (71.09% from 255 or 50% from 362); Blue value is 8 (3.52% from 255 or 2.21% from 362); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB508 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB508 is #524AF7. Grayscale: #9F9F9F. Windows color (decimal): -5393144 or 570797. OLE color: 570797.
HSL color Cylindrical-coordinate representation of color #ADB508: hue angle of 62.77º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ADB508 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 8 | - |
| CMYK | 0.04 | 0 | 0.96 | 0.29 |
| HSL | 62.77º | 0.92% | 0.37% | - |
| HSV(B) | 62.77º | 0.96% | 0.71% | - |
| XYZ | 33.8 | 41.95 | 6.55 | - |
| YUV | 158.89 | 42.85 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 8 | 0.04 | 0 | 0.96 | 0.29 | 62.77 | 0.92 | 0.37 |
| Hex | AD | B5 | 8 | 4 | 0 | 60 | 1D | 3F | 5C | 25 |
| Octal | 255 | 265 | 10 | 4 | 0 | 140 | 35 | 77 | 134 | 45 |
| Binary | 10101101 | 10110101 | 1000 | 100 | 0 | 1100000 | 11101 | 111111 | 1011100 | 100101 |
Color Harmonies of #ADB508
Complementary color
Monochromatic Colors of #ADB508
Black with #ADB508
Text Example
Text Example
White with #ADB508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB508; }
p { color: rgb(173,181,8); }
H1.HeaderClassName
{
color: #ADB508;
}
.AnyTagClassName
{
color: #ADB508;
}
</style>
background-color css
<style>
a { background-color: #ADB508; }
a { background-color: rgb(173,181,8); }
div.DivClassName
{
background-color: #ADB508;
}
.BgClassName
{
background-color: #ADB508;
}
</style>
border-color css
<style>
span { border-color: #ADB508; }
span { border-color: rgb(173,181,8); }
td.TdClassName
{
border-color: #ADB508;
}
.TagClassName
{
border-color: #ADB508;
}
</style>