Shades of Citrus #ADB001
Tints of Citrus #ADB001
RGB
CMYK
RGB Variations
Color information
#ADB001 (or 0xADB001) is known color: Citrus. HEX triplet: AD, B0 and 01. RGB value is (173,176,1). Sum of RGB (Red+Green+Blue) = 173+176+1=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 176 (69.14% from 255 or 50.29% from 350); Blue value is 1 (0.78% from 255 or 0.29% from 350); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB001 is #524FFE. Grayscale: #9B9B9B. Windows color (decimal): -5394431 or 110765. OLE color: 110765.
HSL color Cylindrical-coordinate representation of color #ADB001: hue angle of 61.03º degrees, saturation: 0.99, 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 #ADB001 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 176 | 1 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.31 |
| HSL | 61.03º | 0.99% | 0.35% | - |
| HSV(B) | 61.03º | 0.99% | 0.69% | - |
| XYZ | 32.76 | 39.94 | 6.01 | - |
| YUV | 155.15 | 41.01 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 1 | 0.02 | 0 | 0.99 | 0.31 | 61.03 | 0.99 | 0.35 |
| Hex | AD | B0 | 1 | 2 | 0 | 63 | 1F | 3D | 63 | 23 |
| Octal | 255 | 260 | 1 | 2 | 0 | 143 | 37 | 75 | 143 | 43 |
| Binary | 10101101 | 10110000 | 1 | 10 | 0 | 1100011 | 11111 | 111101 | 1100011 | 100011 |
Color Harmonies of #ADB001
Complementary color
Monochromatic Colors of #ADB001
Black with #ADB001
Text Example
Text Example
White with #ADB001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB001; }
p { color: rgb(173,176,1); }
H1.HeaderClassName
{
color: #ADB001;
}
.AnyTagClassName
{
color: #ADB001;
}
</style>
background-color css
<style>
a { background-color: #ADB001; }
a { background-color: rgb(173,176,1); }
div.DivClassName
{
background-color: #ADB001;
}
.BgClassName
{
background-color: #ADB001;
}
</style>
border-color css
<style>
span { border-color: #ADB001; }
span { border-color: rgb(173,176,1); }
td.TdClassName
{
border-color: #ADB001;
}
.TagClassName
{
border-color: #ADB001;
}
</style>