Shades of Citrus #ADB000
Tints of Citrus #ADB000
RGB
CMYK
RGB Variations
Color information
#ADB000 (or 0xADB000) is known color: Citrus. HEX triplet: AD, B0 and 00. RGB value is (173,176,0). Sum of RGB (Red+Green+Blue) = 173+176+0=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 176 (69.14% from 255 or 50.43% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB000 is #524FFF. Grayscale: #9B9B9B. Windows color (decimal): -5394432 or 45229. OLE color: 45229.
HSL color Cylindrical-coordinate representation of color #ADB000: hue angle of 61.02º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADB000 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 176 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.31 |
| HSL | 61.02º | 1% | 0.35% | - |
| HSV(B) | 61.02º | 1% | 0.69% | - |
| XYZ | 32.76 | 39.93 | 5.98 | - |
| YUV | 155.04 | 40.51 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 0 | 0.02 | 0 | 1 | 0.31 | 61.02 | 1 | 0.35 |
| Hex | AD | B0 | 0 | 2 | 0 | 64 | 1F | 3D | 64 | 23 |
| Octal | 255 | 260 | 0 | 2 | 0 | 144 | 37 | 75 | 144 | 43 |
| Binary | 10101101 | 10110000 | 0 | 10 | 0 | 1100100 | 11111 | 111101 | 1100100 | 100011 |
Color Harmonies of #ADB000
Complementary color
Monochromatic Colors of #ADB000
Black with #ADB000
Text Example
Text Example
White with #ADB000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB000; }
p { color: rgb(173,176,0); }
H1.HeaderClassName
{
color: #ADB000;
}
.AnyTagClassName
{
color: #ADB000;
}
</style>
background-color css
<style>
a { background-color: #ADB000; }
a { background-color: rgb(173,176,0); }
div.DivClassName
{
background-color: #ADB000;
}
.BgClassName
{
background-color: #ADB000;
}
</style>
border-color css
<style>
span { border-color: #ADB000; }
span { border-color: rgb(173,176,0); }
td.TdClassName
{
border-color: #ADB000;
}
.TagClassName
{
border-color: #ADB000;
}
</style>