Shades of Celery #ADCB47
Tints of Celery #ADCB47
RGB
CMYK
RGB Variations
Color information
#ADCB47 (or 0xADCB47) is known color: Celery. HEX triplet: AD, CB and 47. RGB value is (173,203,71). Sum of RGB (Red+Green+Blue) = 173+203+71=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 203 (79.69% from 255 or 45.41% from 447); Blue value is 71 (28.12% from 255 or 15.88% from 447); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCB47 is #5234B8. Grayscale: #B3B3B3. Windows color (decimal): -5387449 or 4705197. OLE color: 4705197.
HSL color Cylindrical-coordinate representation of color #ADCB47: hue angle of 73.64º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ADCB47 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 203 | 71 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.20 |
| HSL | 73.64º | 0.56% | 0.54% | - |
| HSV(B) | 73.64º | 0.65% | 0.8% | - |
| XYZ | 39.73 | 52.05 | 13.91 | - |
| YUV | 178.98 | 67.06 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 71 | 0.15 | 0 | 0.65 | 0.20 | 73.64 | 0.56 | 0.54 |
| Hex | AD | CB | 47 | F | 0 | 41 | 14 | 4A | 38 | 36 |
| Octal | 255 | 313 | 107 | 17 | 0 | 101 | 24 | 112 | 70 | 66 |
| Binary | 10101101 | 11001011 | 1000111 | 1111 | 0 | 1000001 | 10100 | 1001010 | 111000 | 110110 |
Color Harmonies of #ADCB47
Complementary color
Monochromatic Colors of #ADCB47
Black with #ADCB47
Text Example
Text Example
White with #ADCB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCB47; }
p { color: rgb(173,203,71); }
H1.HeaderClassName
{
color: #ADCB47;
}
.AnyTagClassName
{
color: #ADCB47;
}
</style>
background-color css
<style>
a { background-color: #ADCB47; }
a { background-color: rgb(173,203,71); }
div.DivClassName
{
background-color: #ADCB47;
}
.BgClassName
{
background-color: #ADCB47;
}
</style>
border-color css
<style>
span { border-color: #ADCB47; }
span { border-color: rgb(173,203,71); }
td.TdClassName
{
border-color: #ADCB47;
}
.TagClassName
{
border-color: #ADCB47;
}
</style>