Shades of Celery #ADB343
Tints of Celery #ADB343
RGB
CMYK
RGB Variations
Color information
#ADB343 (or 0xADB343) is known color: Celery. HEX triplet: AD, B3 and 43. RGB value is (173,179,67). Sum of RGB (Red+Green+Blue) = 173+179+67=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 179 (70.31% from 255 or 42.72% from 419); Blue value is 67 (26.56% from 255 or 15.99% from 419); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB343 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB343 is #524CBC. Grayscale: #A4A4A4. Windows color (decimal): -5393597 or 4436909. OLE color: 4436909.
HSL color Cylindrical-coordinate representation of color #ADB343: hue angle of 63.21º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ADB343 is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 67 | - |
| CMYK | 0.03 | 0 | 0.63 | 0.30 |
| HSL | 63.21º | 0.46% | 0.48% | - |
| HSV(B) | 63.21º | 0.63% | 0.7% | - |
| XYZ | 34.37 | 41.53 | 11.51 | - |
| YUV | 164.44 | 73.01 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 67 | 0.03 | 0 | 0.63 | 0.30 | 63.21 | 0.46 | 0.48 |
| Hex | AD | B3 | 43 | 3 | 0 | 3F | 1E | 3F | 2E | 30 |
| Octal | 255 | 263 | 103 | 3 | 0 | 77 | 36 | 77 | 56 | 60 |
| Binary | 10101101 | 10110011 | 1000011 | 11 | 0 | 111111 | 11110 | 111111 | 101110 | 110000 |
Color Harmonies of #ADB343
Complementary color
Monochromatic Colors of #ADB343
Black with #ADB343
Text Example
Text Example
White with #ADB343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB343; }
p { color: rgb(173,179,67); }
H1.HeaderClassName
{
color: #ADB343;
}
.AnyTagClassName
{
color: #ADB343;
}
</style>
background-color css
<style>
a { background-color: #ADB343; }
a { background-color: rgb(173,179,67); }
div.DivClassName
{
background-color: #ADB343;
}
.BgClassName
{
background-color: #ADB343;
}
</style>
border-color css
<style>
span { border-color: #ADB343; }
span { border-color: rgb(173,179,67); }
td.TdClassName
{
border-color: #ADB343;
}
.TagClassName
{
border-color: #ADB343;
}
</style>