Shades of Citrus #ADBD01
Tints of Citrus #ADBD01
RGB
CMYK
RGB Variations
Color information
#ADBD01 (or 0xADBD01) is known color: Citrus. HEX triplet: AD, BD and 01. RGB value is (173,189,1). Sum of RGB (Red+Green+Blue) = 173+189+1=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 189 (74.22% from 255 or 52.07% from 363); Blue value is 1 (0.78% from 255 or 0.28% from 363); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBD01 is #5242FE. Grayscale: #A3A3A3. Windows color (decimal): -5391103 or 114093. OLE color: 114093.
HSL color Cylindrical-coordinate representation of color #ADBD01: hue angle of 65.11º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ADBD01 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 189 | 1 | - |
| CMYK | 0.08 | 0 | 0.99 | 0.26 |
| HSL | 65.11º | 0.99% | 0.37% | - |
| HSV(B) | 65.11º | 0.99% | 0.74% | - |
| XYZ | 35.44 | 45.28 | 6.9 | - |
| YUV | 162.78 | 36.7 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 189 | 1 | 0.08 | 0 | 0.99 | 0.26 | 65.11 | 0.99 | 0.37 |
| Hex | AD | BD | 1 | 8 | 0 | 63 | 1A | 41 | 63 | 25 |
| Octal | 255 | 275 | 1 | 10 | 0 | 143 | 32 | 101 | 143 | 45 |
| Binary | 10101101 | 10111101 | 1 | 1000 | 0 | 1100011 | 11010 | 1000001 | 1100011 | 100101 |
Color Harmonies of #ADBD01
Complementary color
Monochromatic Colors of #ADBD01
Black with #ADBD01
Text Example
Text Example
White with #ADBD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBD01; }
p { color: rgb(173,189,1); }
H1.HeaderClassName
{
color: #ADBD01;
}
.AnyTagClassName
{
color: #ADBD01;
}
</style>
background-color css
<style>
a { background-color: #ADBD01; }
a { background-color: rgb(173,189,1); }
div.DivClassName
{
background-color: #ADBD01;
}
.BgClassName
{
background-color: #ADBD01;
}
</style>
border-color css
<style>
span { border-color: #ADBD01; }
span { border-color: rgb(173,189,1); }
td.TdClassName
{
border-color: #ADBD01;
}
.TagClassName
{
border-color: #ADBD01;
}
</style>