Shades of Celery #ADB341
Tints of Celery #ADB341
RGB
CMYK
RGB Variations
Color information
#ADB341 (or 0xADB341) is known color: Celery. HEX triplet: AD, B3 and 41. RGB value is (173,179,65). Sum of RGB (Red+Green+Blue) = 173+179+65=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 179 (70.31% from 255 or 42.93% from 417); Blue value is 65 (25.78% from 255 or 15.59% from 417); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB341 is #524CBE. Grayscale: #A4A4A4. Windows color (decimal): -5393599 or 4305837. OLE color: 4305837.
HSL color Cylindrical-coordinate representation of color #ADB341: hue angle of 63.16º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADB341 is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 65 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.30 |
| HSL | 63.16º | 0.47% | 0.48% | - |
| HSV(B) | 63.16º | 0.64% | 0.7% | - |
| XYZ | 34.31 | 41.51 | 11.2 | - |
| YUV | 164.21 | 72.01 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 65 | 0.03 | 0 | 0.64 | 0.30 | 63.16 | 0.47 | 0.48 |
| Hex | AD | B3 | 41 | 3 | 0 | 40 | 1E | 3F | 2F | 30 |
| Octal | 255 | 263 | 101 | 3 | 0 | 100 | 36 | 77 | 57 | 60 |
| Binary | 10101101 | 10110011 | 1000001 | 11 | 0 | 1000000 | 11110 | 111111 | 101111 | 110000 |
Color Harmonies of #ADB341
Complementary color
Monochromatic Colors of #ADB341
Black with #ADB341
Text Example
Text Example
White with #ADB341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB341; }
p { color: rgb(173,179,65); }
H1.HeaderClassName
{
color: #ADB341;
}
.AnyTagClassName
{
color: #ADB341;
}
</style>
background-color css
<style>
a { background-color: #ADB341; }
a { background-color: rgb(173,179,65); }
div.DivClassName
{
background-color: #ADB341;
}
.BgClassName
{
background-color: #ADB341;
}
</style>
border-color css
<style>
span { border-color: #ADB341; }
span { border-color: rgb(173,179,65); }
td.TdClassName
{
border-color: #ADB341;
}
.TagClassName
{
border-color: #ADB341;
}
</style>