Shades of Citrus #ADB204
Tints of Citrus #ADB204
RGB
CMYK
RGB Variations
Color information
#ADB204 (or 0xADB204) is known color: Citrus. HEX triplet: AD, B2 and 04. RGB value is (173,178,4). Sum of RGB (Red+Green+Blue) = 173+178+4=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 178 (69.92% from 255 or 50.14% from 355); Blue value is 4 (1.95% from 255 or 1.13% from 355); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB204 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB204 is #524DFB. Grayscale: #9D9D9D. Windows color (decimal): -5393916 or 307885. OLE color: 307885.
HSL color Cylindrical-coordinate representation of color #ADB204: hue angle of 61.72º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ADB204 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 178 | 4 | - |
| CMYK | 0.03 | 0 | 0.98 | 0.30 |
| HSL | 61.72º | 0.96% | 0.36% | - |
| HSV(B) | 61.72º | 0.98% | 0.7% | - |
| XYZ | 33.18 | 40.73 | 6.23 | - |
| YUV | 156.67 | 41.84 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 4 | 0.03 | 0 | 0.98 | 0.30 | 61.72 | 0.96 | 0.36 |
| Hex | AD | B2 | 4 | 3 | 0 | 62 | 1E | 3E | 60 | 24 |
| Octal | 255 | 262 | 4 | 3 | 0 | 142 | 36 | 76 | 140 | 44 |
| Binary | 10101101 | 10110010 | 100 | 11 | 0 | 1100010 | 11110 | 111110 | 1100000 | 100100 |
Color Harmonies of #ADB204
Complementary color
Monochromatic Colors of #ADB204
Black with #ADB204
Text Example
Text Example
White with #ADB204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB204; }
p { color: rgb(173,178,4); }
H1.HeaderClassName
{
color: #ADB204;
}
.AnyTagClassName
{
color: #ADB204;
}
</style>
background-color css
<style>
a { background-color: #ADB204; }
a { background-color: rgb(173,178,4); }
div.DivClassName
{
background-color: #ADB204;
}
.BgClassName
{
background-color: #ADB204;
}
</style>
border-color css
<style>
span { border-color: #ADB204; }
span { border-color: rgb(173,178,4); }
td.TdClassName
{
border-color: #ADB204;
}
.TagClassName
{
border-color: #ADB204;
}
</style>