Shades of Citrus #ADB104
Tints of Citrus #ADB104
RGB
CMYK
RGB Variations
Color information
#ADB104 (or 0xADB104) is known color: Citrus. HEX triplet: AD, B1 and 04. RGB value is (173,177,4). Sum of RGB (Red+Green+Blue) = 173+177+4=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 177 (69.53% from 255 or 50% from 354); Blue value is 4 (1.95% from 255 or 1.13% from 354); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB104 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB104 is #524EFB. Grayscale: #9C9C9C. Windows color (decimal): -5394172 or 307629. OLE color: 307629.
HSL color Cylindrical-coordinate representation of color #ADB104: hue angle of 61.39º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ADB104 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 4 | - |
| CMYK | 0.02 | 0 | 0.98 | 0.31 |
| HSL | 61.39º | 0.96% | 0.35% | - |
| HSV(B) | 61.39º | 0.98% | 0.69% | - |
| XYZ | 32.98 | 40.34 | 6.16 | - |
| YUV | 156.08 | 42.17 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 4 | 0.02 | 0 | 0.98 | 0.31 | 61.39 | 0.96 | 0.35 |
| Hex | AD | B1 | 4 | 2 | 0 | 62 | 1F | 3D | 60 | 23 |
| Octal | 255 | 261 | 4 | 2 | 0 | 142 | 37 | 75 | 140 | 43 |
| Binary | 10101101 | 10110001 | 100 | 10 | 0 | 1100010 | 11111 | 111101 | 1100000 | 100011 |
Color Harmonies of #ADB104
Complementary color
Monochromatic Colors of #ADB104
Black with #ADB104
Text Example
Text Example
White with #ADB104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB104; }
p { color: rgb(173,177,4); }
H1.HeaderClassName
{
color: #ADB104;
}
.AnyTagClassName
{
color: #ADB104;
}
</style>
background-color css
<style>
a { background-color: #ADB104; }
a { background-color: rgb(173,177,4); }
div.DivClassName
{
background-color: #ADB104;
}
.BgClassName
{
background-color: #ADB104;
}
</style>
border-color css
<style>
span { border-color: #ADB104; }
span { border-color: rgb(173,177,4); }
td.TdClassName
{
border-color: #ADB104;
}
.TagClassName
{
border-color: #ADB104;
}
</style>