Shades of Citrus #ADBC06
Tints of Citrus #ADBC06
RGB
CMYK
RGB Variations
Color information
#ADBC06 (or 0xADBC06) is known color: Citrus. HEX triplet: AD, BC and 06. RGB value is (173,188,6). Sum of RGB (Red+Green+Blue) = 173+188+6=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 188 (73.83% from 255 or 51.23% from 367); Blue value is 6 (2.73% from 255 or 1.63% from 367); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBC06 is #5243F9. Grayscale: #A3A3A3. Windows color (decimal): -5391354 or 441517. OLE color: 441517.
HSL color Cylindrical-coordinate representation of color #ADBC06: hue angle of 64.95º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ADBC06 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 6 | - |
| CMYK | 0.08 | 0 | 0.97 | 0.26 |
| HSL | 64.95º | 0.94% | 0.38% | - |
| HSV(B) | 64.95º | 0.97% | 0.74% | - |
| XYZ | 35.25 | 44.86 | 6.97 | - |
| YUV | 162.77 | 39.53 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 6 | 0.08 | 0 | 0.97 | 0.26 | 64.95 | 0.94 | 0.38 |
| Hex | AD | BC | 6 | 8 | 0 | 61 | 1A | 41 | 5E | 26 |
| Octal | 255 | 274 | 6 | 10 | 0 | 141 | 32 | 101 | 136 | 46 |
| Binary | 10101101 | 10111100 | 110 | 1000 | 0 | 1100001 | 11010 | 1000001 | 1011110 | 100110 |
Color Harmonies of #ADBC06
Complementary color
Monochromatic Colors of #ADBC06
Black with #ADBC06
Text Example
Text Example
White with #ADBC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBC06; }
p { color: rgb(173,188,6); }
H1.HeaderClassName
{
color: #ADBC06;
}
.AnyTagClassName
{
color: #ADBC06;
}
</style>
background-color css
<style>
a { background-color: #ADBC06; }
a { background-color: rgb(173,188,6); }
div.DivClassName
{
background-color: #ADBC06;
}
.BgClassName
{
background-color: #ADBC06;
}
</style>
border-color css
<style>
span { border-color: #ADBC06; }
span { border-color: rgb(173,188,6); }
td.TdClassName
{
border-color: #ADBC06;
}
.TagClassName
{
border-color: #ADBC06;
}
</style>