Shades of Citrus #ADB005
Tints of Citrus #ADB005
RGB
CMYK
RGB Variations
Color information
#ADB005 (or 0xADB005) is known color: Citrus. HEX triplet: AD, B0 and 05. RGB value is (173,176,5). Sum of RGB (Red+Green+Blue) = 173+176+5=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 176 (69.14% from 255 or 49.72% from 354); Blue value is 5 (2.34% from 255 or 1.41% from 354); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB005 is #524FFA. Grayscale: #9C9C9C. Windows color (decimal): -5394427 or 372909. OLE color: 372909.
HSL color Cylindrical-coordinate representation of color #ADB005: hue angle of 61.05º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ADB005 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 176 | 5 | - |
| CMYK | 0.02 | 0 | 0.97 | 0.31 |
| HSL | 61.05º | 0.94% | 0.35% | - |
| HSV(B) | 61.05º | 0.97% | 0.69% | - |
| XYZ | 32.79 | 39.95 | 6.13 | - |
| YUV | 155.61 | 43.01 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 5 | 0.02 | 0 | 0.97 | 0.31 | 61.05 | 0.94 | 0.35 |
| Hex | AD | B0 | 5 | 2 | 0 | 61 | 1F | 3D | 5E | 23 |
| Octal | 255 | 260 | 5 | 2 | 0 | 141 | 37 | 75 | 136 | 43 |
| Binary | 10101101 | 10110000 | 101 | 10 | 0 | 1100001 | 11111 | 111101 | 1011110 | 100011 |
Color Harmonies of #ADB005
Complementary color
Monochromatic Colors of #ADB005
Black with #ADB005
Text Example
Text Example
White with #ADB005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB005; }
p { color: rgb(173,176,5); }
H1.HeaderClassName
{
color: #ADB005;
}
.AnyTagClassName
{
color: #ADB005;
}
</style>
background-color css
<style>
a { background-color: #ADB005; }
a { background-color: rgb(173,176,5); }
div.DivClassName
{
background-color: #ADB005;
}
.BgClassName
{
background-color: #ADB005;
}
</style>
border-color css
<style>
span { border-color: #ADB005; }
span { border-color: rgb(173,176,5); }
td.TdClassName
{
border-color: #ADB005;
}
.TagClassName
{
border-color: #ADB005;
}
</style>