Shades of Celery #ADB752
Tints of Celery #ADB752
RGB
CMYK
RGB Variations
Color information
#ADB752 (or 0xADB752) is known color: Celery. HEX triplet: AD, B7 and 52. RGB value is (173,183,82). Sum of RGB (Red+Green+Blue) = 173+183+82=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 183 (71.88% from 255 or 41.78% from 438); Blue value is 82 (32.42% from 255 or 18.72% from 438); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB752 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB752 is #5248AD. Grayscale: #A8A8A8. Windows color (decimal): -5392558 or 5420973. OLE color: 5420973.
HSL color Cylindrical-coordinate representation of color #ADB752: hue angle of 65.94º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADB752 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 82 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.28 |
| HSL | 65.94º | 0.41% | 0.52% | - |
| HSV(B) | 65.94º | 0.55% | 0.72% | - |
| XYZ | 35.69 | 43.36 | 14.47 | - |
| YUV | 168.5 | 79.19 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 82 | 0.05 | 0 | 0.55 | 0.28 | 65.94 | 0.41 | 0.52 |
| Hex | AD | B7 | 52 | 5 | 0 | 37 | 1C | 42 | 29 | 34 |
| Octal | 255 | 267 | 122 | 5 | 0 | 67 | 34 | 102 | 51 | 64 |
| Binary | 10101101 | 10110111 | 1010010 | 101 | 0 | 110111 | 11100 | 1000010 | 101001 | 110100 |
Color Harmonies of #ADB752
Complementary color
Monochromatic Colors of #ADB752
Black with #ADB752
Text Example
Text Example
White with #ADB752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB752; }
p { color: rgb(173,183,82); }
H1.HeaderClassName
{
color: #ADB752;
}
.AnyTagClassName
{
color: #ADB752;
}
</style>
background-color css
<style>
a { background-color: #ADB752; }
a { background-color: rgb(173,183,82); }
div.DivClassName
{
background-color: #ADB752;
}
.BgClassName
{
background-color: #ADB752;
}
</style>
border-color css
<style>
span { border-color: #ADB752; }
span { border-color: rgb(173,183,82); }
td.TdClassName
{
border-color: #ADB752;
}
.TagClassName
{
border-color: #ADB752;
}
</style>