Shades of Celery #ADBD41
Tints of Celery #ADBD41
RGB
CMYK
RGB Variations
Color information
#ADBD41 (or 0xADBD41) is known color: Celery. HEX triplet: AD, BD and 41. RGB value is (173,189,65). Sum of RGB (Red+Green+Blue) = 173+189+65=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 65 (25.78% from 255 or 15.22% from 427); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBD41 is #5242BE. Grayscale: #AAAAAA. Windows color (decimal): -5391039 or 4308397. OLE color: 4308397.
HSL color Cylindrical-coordinate representation of color #ADBD41: hue angle of 67.74º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADBD41 is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 189 | 65 | - |
| CMYK | 0.08 | 0 | 0.66 | 0.26 |
| HSL | 67.74º | 0.49% | 0.5% | - |
| HSV(B) | 67.74º | 0.66% | 0.74% | - |
| XYZ | 36.39 | 45.66 | 11.9 | - |
| YUV | 170.08 | 68.7 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 189 | 65 | 0.08 | 0 | 0.66 | 0.26 | 67.74 | 0.49 | 0.5 |
| Hex | AD | BD | 41 | 8 | 0 | 42 | 1A | 44 | 31 | 32 |
| Octal | 255 | 275 | 101 | 10 | 0 | 102 | 32 | 104 | 61 | 62 |
| Binary | 10101101 | 10111101 | 1000001 | 1000 | 0 | 1000010 | 11010 | 1000100 | 110001 | 110010 |
Color Harmonies of #ADBD41
Complementary color
Monochromatic Colors of #ADBD41
Black with #ADBD41
Text Example
Text Example
White with #ADBD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBD41; }
p { color: rgb(173,189,65); }
H1.HeaderClassName
{
color: #ADBD41;
}
.AnyTagClassName
{
color: #ADBD41;
}
</style>
background-color css
<style>
a { background-color: #ADBD41; }
a { background-color: rgb(173,189,65); }
div.DivClassName
{
background-color: #ADBD41;
}
.BgClassName
{
background-color: #ADBD41;
}
</style>
border-color css
<style>
span { border-color: #ADBD41; }
span { border-color: rgb(173,189,65); }
td.TdClassName
{
border-color: #ADBD41;
}
.TagClassName
{
border-color: #ADBD41;
}
</style>