Shades of Citrus #ADAB02
Tints of Citrus #ADAB02
RGB
CMYK
RGB Variations
Color information
#ADAB02 (or 0xADAB02) is known color: Citrus. HEX triplet: AD, AB and 02. RGB value is (173,171,2). Sum of RGB (Red+Green+Blue) = 173+171+2=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 171 (67.19% from 255 or 49.42% from 346); Blue value is 2 (1.17% from 255 or 0.58% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAB02 is #5254FD. Grayscale: #999999. Windows color (decimal): -5395710 or 175021. OLE color: 175021.
HSL color Cylindrical-coordinate representation of color #ADAB02: hue angle of 59.3º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ADAB02 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 2 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.32 |
| HSL | 59.3º | 0.98% | 0.34% | - |
| HSV(B) | 59.3º | 0.99% | 0.68% | - |
| XYZ | 31.81 | 38.01 | 5.72 | - |
| YUV | 152.33 | 43.16 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 2 | 0 | 0.01 | 0.99 | 0.32 | 59.3 | 0.98 | 0.34 |
| Hex | AD | AB | 2 | 0 | 1 | 63 | 20 | 3B | 62 | 22 |
| Octal | 255 | 253 | 2 | 0 | 1 | 143 | 40 | 73 | 142 | 42 |
| Binary | 10101101 | 10101011 | 10 | 0 | 1 | 1100011 | 100000 | 111011 | 1100010 | 100010 |
Color Harmonies of #ADAB02
Complementary color
Monochromatic Colors of #ADAB02
Black with #ADAB02
Text Example
Text Example
White with #ADAB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB02; }
p { color: rgb(173,171,2); }
H1.HeaderClassName
{
color: #ADAB02;
}
.AnyTagClassName
{
color: #ADAB02;
}
</style>
background-color css
<style>
a { background-color: #ADAB02; }
a { background-color: rgb(173,171,2); }
div.DivClassName
{
background-color: #ADAB02;
}
.BgClassName
{
background-color: #ADAB02;
}
</style>
border-color css
<style>
span { border-color: #ADAB02; }
span { border-color: rgb(173,171,2); }
td.TdClassName
{
border-color: #ADAB02;
}
.TagClassName
{
border-color: #ADAB02;
}
</style>