Shades of Celery #ADBA3A
Tints of Celery #ADBA3A
RGB
CMYK
RGB Variations
Color information
#ADBA3A (or 0xADBA3A) is known color: Celery. HEX triplet: AD, BA and 3A. RGB value is (173,186,58). Sum of RGB (Red+Green+Blue) = 173+186+58=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 58 (23.05% from 255 or 13.91% from 417); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBA3A is #5245C5. Grayscale: #A8A8A8. Windows color (decimal): -5391814 or 3848877. OLE color: 3848877.
HSL color Cylindrical-coordinate representation of color #ADBA3A: hue angle of 66.09º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADBA3A is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 58 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.27 |
| HSL | 66.09º | 0.52% | 0.48% | - |
| HSV(B) | 66.09º | 0.69% | 0.73% | - |
| XYZ | 35.56 | 44.31 | 10.68 | - |
| YUV | 167.52 | 66.19 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 58 | 0.07 | 0 | 0.69 | 0.27 | 66.09 | 0.52 | 0.48 |
| Hex | AD | BA | 3A | 7 | 0 | 45 | 1B | 42 | 34 | 30 |
| Octal | 255 | 272 | 72 | 7 | 0 | 105 | 33 | 102 | 64 | 60 |
| Binary | 10101101 | 10111010 | 111010 | 111 | 0 | 1000101 | 11011 | 1000010 | 110100 | 110000 |
Color Harmonies of #ADBA3A
Complementary color
Monochromatic Colors of #ADBA3A
Black with #ADBA3A
Text Example
Text Example
White with #ADBA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA3A; }
p { color: rgb(173,186,58); }
H1.HeaderClassName
{
color: #ADBA3A;
}
.AnyTagClassName
{
color: #ADBA3A;
}
</style>
background-color css
<style>
a { background-color: #ADBA3A; }
a { background-color: rgb(173,186,58); }
div.DivClassName
{
background-color: #ADBA3A;
}
.BgClassName
{
background-color: #ADBA3A;
}
</style>
border-color css
<style>
span { border-color: #ADBA3A; }
span { border-color: rgb(173,186,58); }
td.TdClassName
{
border-color: #ADBA3A;
}
.TagClassName
{
border-color: #ADBA3A;
}
</style>