Shades of Celery #ADBB42
Tints of Celery #ADBB42
RGB
CMYK
RGB Variations
Color information
#ADBB42 (or 0xADBB42) is known color: Celery. HEX triplet: AD, BB and 42. RGB value is (173,187,66). Sum of RGB (Red+Green+Blue) = 173+187+66=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 187 (73.44% from 255 or 43.90% from 426); Blue value is 66 (26.17% from 255 or 15.49% from 426); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBB42 is #5244BD. Grayscale: #A9A9A9. Windows color (decimal): -5391550 or 4373421. OLE color: 4373421.
HSL color Cylindrical-coordinate representation of color #ADBB42: hue angle of 66.94º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ADBB42 is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 187 | 66 | - |
| CMYK | 0.07 | 0 | 0.65 | 0.27 |
| HSL | 66.94º | 0.48% | 0.5% | - |
| HSV(B) | 66.94º | 0.65% | 0.73% | - |
| XYZ | 35.99 | 44.82 | 11.91 | - |
| YUV | 169.02 | 69.86 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 66 | 0.07 | 0 | 0.65 | 0.27 | 66.94 | 0.48 | 0.5 |
| Hex | AD | BB | 42 | 7 | 0 | 41 | 1B | 43 | 30 | 32 |
| Octal | 255 | 273 | 102 | 7 | 0 | 101 | 33 | 103 | 60 | 62 |
| Binary | 10101101 | 10111011 | 1000010 | 111 | 0 | 1000001 | 11011 | 1000011 | 110000 | 110010 |
Color Harmonies of #ADBB42
Complementary color
Monochromatic Colors of #ADBB42
Black with #ADBB42
Text Example
Text Example
White with #ADBB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBB42; }
p { color: rgb(173,187,66); }
H1.HeaderClassName
{
color: #ADBB42;
}
.AnyTagClassName
{
color: #ADBB42;
}
</style>
background-color css
<style>
a { background-color: #ADBB42; }
a { background-color: rgb(173,187,66); }
div.DivClassName
{
background-color: #ADBB42;
}
.BgClassName
{
background-color: #ADBB42;
}
</style>
border-color css
<style>
span { border-color: #ADBB42; }
span { border-color: rgb(173,187,66); }
td.TdClassName
{
border-color: #ADBB42;
}
.TagClassName
{
border-color: #ADBB42;
}
</style>