Shades of Celery #ADBB4D
Tints of Celery #ADBB4D
RGB
CMYK
RGB Variations
Color information
#ADBB4D (or 0xADBB4D) is known color: Celery. HEX triplet: AD, BB and 4D. RGB value is (173,187,77). Sum of RGB (Red+Green+Blue) = 173+187+77=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 187 (73.44% from 255 or 42.79% from 437); Blue value is 77 (30.47% from 255 or 17.62% from 437); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBB4D is #5244B2. Grayscale: #AAAAAA. Windows color (decimal): -5391539 or 5094317. OLE color: 5094317.
HSL color Cylindrical-coordinate representation of color #ADBB4D: hue angle of 67.64º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADBB4D is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 187 | 77 | - |
| CMYK | 0.07 | 0 | 0.59 | 0.27 |
| HSL | 67.64º | 0.45% | 0.52% | - |
| HSV(B) | 67.64º | 0.59% | 0.73% | - |
| XYZ | 36.34 | 44.96 | 13.78 | - |
| YUV | 170.27 | 75.36 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 77 | 0.07 | 0 | 0.59 | 0.27 | 67.64 | 0.45 | 0.52 |
| Hex | AD | BB | 4D | 7 | 0 | 3B | 1B | 44 | 2D | 34 |
| Octal | 255 | 273 | 115 | 7 | 0 | 73 | 33 | 104 | 55 | 64 |
| Binary | 10101101 | 10111011 | 1001101 | 111 | 0 | 111011 | 11011 | 1000100 | 101101 | 110100 |
Color Harmonies of #ADBB4D
Complementary color
Monochromatic Colors of #ADBB4D
Black with #ADBB4D
Text Example
Text Example
White with #ADBB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBB4D; }
p { color: rgb(173,187,77); }
H1.HeaderClassName
{
color: #ADBB4D;
}
.AnyTagClassName
{
color: #ADBB4D;
}
</style>
background-color css
<style>
a { background-color: #ADBB4D; }
a { background-color: rgb(173,187,77); }
div.DivClassName
{
background-color: #ADBB4D;
}
.BgClassName
{
background-color: #ADBB4D;
}
</style>
border-color css
<style>
span { border-color: #ADBB4D; }
span { border-color: rgb(173,187,77); }
td.TdClassName
{
border-color: #ADBB4D;
}
.TagClassName
{
border-color: #ADBB4D;
}
</style>