Shades of Celery #ADB952
Tints of Celery #ADB952
RGB
CMYK
RGB Variations
Color information
#ADB952 (or 0xADB952) is known color: Celery. HEX triplet: AD, B9 and 52. RGB value is (173,185,82). Sum of RGB (Red+Green+Blue) = 173+185+82=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 185 (72.66% from 255 or 42.05% from 440); Blue value is 82 (32.42% from 255 or 18.64% from 440); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB952 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB952 is #5246AD. Grayscale: #AAAAAA. Windows color (decimal): -5392046 or 5421485. OLE color: 5421485.
HSL color Cylindrical-coordinate representation of color #ADB952: hue angle of 66.99º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADB952 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 82 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.27 |
| HSL | 66.99º | 0.42% | 0.52% | - |
| HSV(B) | 66.99º | 0.56% | 0.73% | - |
| XYZ | 36.11 | 44.19 | 14.61 | - |
| YUV | 169.67 | 78.52 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 82 | 0.06 | 0 | 0.56 | 0.27 | 66.99 | 0.42 | 0.52 |
| Hex | AD | B9 | 52 | 6 | 0 | 38 | 1B | 43 | 2A | 34 |
| Octal | 255 | 271 | 122 | 6 | 0 | 70 | 33 | 103 | 52 | 64 |
| Binary | 10101101 | 10111001 | 1010010 | 110 | 0 | 111000 | 11011 | 1000011 | 101010 | 110100 |
Color Harmonies of #ADB952
Complementary color
Monochromatic Colors of #ADB952
Black with #ADB952
Text Example
Text Example
White with #ADB952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB952; }
p { color: rgb(173,185,82); }
H1.HeaderClassName
{
color: #ADB952;
}
.AnyTagClassName
{
color: #ADB952;
}
</style>
background-color css
<style>
a { background-color: #ADB952; }
a { background-color: rgb(173,185,82); }
div.DivClassName
{
background-color: #ADB952;
}
.BgClassName
{
background-color: #ADB952;
}
</style>
border-color css
<style>
span { border-color: #ADB952; }
span { border-color: rgb(173,185,82); }
td.TdClassName
{
border-color: #ADB952;
}
.TagClassName
{
border-color: #ADB952;
}
</style>