Shades of Citrus #ADB002
Tints of Citrus #ADB002
RGB
CMYK
RGB Variations
Color information
#ADB002 (or 0xADB002) is known color: Citrus. HEX triplet: AD, B0 and 02. RGB value is (173,176,2). Sum of RGB (Red+Green+Blue) = 173+176+2=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 176 (69.14% from 255 or 50.14% from 351); Blue value is 2 (1.17% from 255 or 0.57% from 351); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB002 is #524FFD. Grayscale: #9B9B9B. Windows color (decimal): -5394430 or 176301. OLE color: 176301.
HSL color Cylindrical-coordinate representation of color #ADB002: hue angle of 61.03º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ADB002 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 176 | 2 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.31 |
| HSL | 61.03º | 0.98% | 0.35% | - |
| HSV(B) | 61.03º | 0.99% | 0.69% | - |
| XYZ | 32.77 | 39.94 | 6.04 | - |
| YUV | 155.27 | 41.51 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 2 | 0.02 | 0 | 0.99 | 0.31 | 61.03 | 0.98 | 0.35 |
| Hex | AD | B0 | 2 | 2 | 0 | 63 | 1F | 3D | 62 | 23 |
| Octal | 255 | 260 | 2 | 2 | 0 | 143 | 37 | 75 | 142 | 43 |
| Binary | 10101101 | 10110000 | 10 | 10 | 0 | 1100011 | 11111 | 111101 | 1100010 | 100011 |
Color Harmonies of #ADB002
Complementary color
Monochromatic Colors of #ADB002
Black with #ADB002
Text Example
Text Example
White with #ADB002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB002; }
p { color: rgb(173,176,2); }
H1.HeaderClassName
{
color: #ADB002;
}
.AnyTagClassName
{
color: #ADB002;
}
</style>
background-color css
<style>
a { background-color: #ADB002; }
a { background-color: rgb(173,176,2); }
div.DivClassName
{
background-color: #ADB002;
}
.BgClassName
{
background-color: #ADB002;
}
</style>
border-color css
<style>
span { border-color: #ADB002; }
span { border-color: rgb(173,176,2); }
td.TdClassName
{
border-color: #ADB002;
}
.TagClassName
{
border-color: #ADB002;
}
</style>