Shades of Citrus #ADB205
Tints of Citrus #ADB205
RGB
CMYK
RGB Variations
Color information
#ADB205 (or 0xADB205) is known color: Citrus. HEX triplet: AD, B2 and 05. RGB value is (173,178,5). Sum of RGB (Red+Green+Blue) = 173+178+5=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 178 (69.92% from 255 or 50% from 356); Blue value is 5 (2.34% from 255 or 1.40% from 356); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB205 is #524DFA. Grayscale: #9D9D9D. Windows color (decimal): -5393915 or 373421. OLE color: 373421.
HSL color Cylindrical-coordinate representation of color #ADB205: hue angle of 61.73º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ADB205 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 178 | 5 | - |
| CMYK | 0.03 | 0 | 0.97 | 0.30 |
| HSL | 61.73º | 0.95% | 0.36% | - |
| HSV(B) | 61.73º | 0.97% | 0.7% | - |
| XYZ | 33.18 | 40.74 | 6.26 | - |
| YUV | 156.78 | 42.34 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 5 | 0.03 | 0 | 0.97 | 0.30 | 61.73 | 0.95 | 0.36 |
| Hex | AD | B2 | 5 | 3 | 0 | 61 | 1E | 3E | 5F | 24 |
| Octal | 255 | 262 | 5 | 3 | 0 | 141 | 36 | 76 | 137 | 44 |
| Binary | 10101101 | 10110010 | 101 | 11 | 0 | 1100001 | 11110 | 111110 | 1011111 | 100100 |
Color Harmonies of #ADB205
Complementary color
Monochromatic Colors of #ADB205
Black with #ADB205
Text Example
Text Example
White with #ADB205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB205; }
p { color: rgb(173,178,5); }
H1.HeaderClassName
{
color: #ADB205;
}
.AnyTagClassName
{
color: #ADB205;
}
</style>
background-color css
<style>
a { background-color: #ADB205; }
a { background-color: rgb(173,178,5); }
div.DivClassName
{
background-color: #ADB205;
}
.BgClassName
{
background-color: #ADB205;
}
</style>
border-color css
<style>
span { border-color: #ADB205; }
span { border-color: rgb(173,178,5); }
td.TdClassName
{
border-color: #ADB205;
}
.TagClassName
{
border-color: #ADB205;
}
</style>