Shades of Citrus #ADB902
Tints of Citrus #ADB902
RGB
CMYK
RGB Variations
Color information
#ADB902 (or 0xADB902) is known color: Citrus. HEX triplet: AD, B9 and 02. RGB value is (173,185,2). Sum of RGB (Red+Green+Blue) = 173+185+2=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 185 (72.66% from 255 or 51.39% from 360); Blue value is 2 (1.17% from 255 or 0.56% from 360); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB902 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB902 is #5246FD. Grayscale: #A1A1A1. Windows color (decimal): -5392126 or 178605. OLE color: 178605.
HSL color Cylindrical-coordinate representation of color #ADB902: hue angle of 63.93º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ADB902 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 2 | - |
| CMYK | 0.06 | 0 | 0.99 | 0.27 |
| HSL | 63.93º | 0.98% | 0.37% | - |
| HSV(B) | 63.93º | 0.99% | 0.73% | - |
| XYZ | 34.59 | 43.59 | 6.65 | - |
| YUV | 160.55 | 38.52 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 2 | 0.06 | 0 | 0.99 | 0.27 | 63.93 | 0.98 | 0.37 |
| Hex | AD | B9 | 2 | 6 | 0 | 63 | 1B | 40 | 62 | 25 |
| Octal | 255 | 271 | 2 | 6 | 0 | 143 | 33 | 100 | 142 | 45 |
| Binary | 10101101 | 10111001 | 10 | 110 | 0 | 1100011 | 11011 | 1000000 | 1100010 | 100101 |
Color Harmonies of #ADB902
Complementary color
Monochromatic Colors of #ADB902
Black with #ADB902
Text Example
Text Example
White with #ADB902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB902; }
p { color: rgb(173,185,2); }
H1.HeaderClassName
{
color: #ADB902;
}
.AnyTagClassName
{
color: #ADB902;
}
</style>
background-color css
<style>
a { background-color: #ADB902; }
a { background-color: rgb(173,185,2); }
div.DivClassName
{
background-color: #ADB902;
}
.BgClassName
{
background-color: #ADB902;
}
</style>
border-color css
<style>
span { border-color: #ADB902; }
span { border-color: rgb(173,185,2); }
td.TdClassName
{
border-color: #ADB902;
}
.TagClassName
{
border-color: #ADB902;
}
</style>