Shades of Celery #ADBB3F
Tints of Celery #ADBB3F
RGB
CMYK
RGB Variations
Color information
#ADBB3F (or 0xADBB3F) is known color: Celery. HEX triplet: AD, BB and 3F. RGB value is (173,187,63). Sum of RGB (Red+Green+Blue) = 173+187+63=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 187 (73.44% from 255 or 44.21% from 423); Blue value is 63 (25% from 255 or 14.89% from 423); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBB3F is #5244C0. Grayscale: #A9A9A9. Windows color (decimal): -5391553 or 4176813. OLE color: 4176813.
HSL color Cylindrical-coordinate representation of color #ADBB3F: hue angle of 66.77º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADBB3F is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 187 | 63 | - |
| CMYK | 0.07 | 0 | 0.66 | 0.27 |
| HSL | 66.77º | 0.5% | 0.49% | - |
| HSV(B) | 66.77º | 0.66% | 0.73% | - |
| XYZ | 35.9 | 44.78 | 11.45 | - |
| YUV | 168.68 | 68.36 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 63 | 0.07 | 0 | 0.66 | 0.27 | 66.77 | 0.5 | 0.49 |
| Hex | AD | BB | 3F | 7 | 0 | 42 | 1B | 43 | 32 | 31 |
| Octal | 255 | 273 | 77 | 7 | 0 | 102 | 33 | 103 | 62 | 61 |
| Binary | 10101101 | 10111011 | 111111 | 111 | 0 | 1000010 | 11011 | 1000011 | 110010 | 110001 |
Color Harmonies of #ADBB3F
Complementary color
Monochromatic Colors of #ADBB3F
Black with #ADBB3F
Text Example
Text Example
White with #ADBB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBB3F; }
p { color: rgb(173,187,63); }
H1.HeaderClassName
{
color: #ADBB3F;
}
.AnyTagClassName
{
color: #ADBB3F;
}
</style>
background-color css
<style>
a { background-color: #ADBB3F; }
a { background-color: rgb(173,187,63); }
div.DivClassName
{
background-color: #ADBB3F;
}
.BgClassName
{
background-color: #ADBB3F;
}
</style>
border-color css
<style>
span { border-color: #ADBB3F; }
span { border-color: rgb(173,187,63); }
td.TdClassName
{
border-color: #ADBB3F;
}
.TagClassName
{
border-color: #ADBB3F;
}
</style>