Shades of Celery #ADB43D
Tints of Celery #ADB43D
RGB
CMYK
RGB Variations
Color information
#ADB43D (or 0xADB43D) is known color: Celery. HEX triplet: AD, B4 and 3D. RGB value is (173,180,61). Sum of RGB (Red+Green+Blue) = 173+180+61=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 180 (70.70% from 255 or 43.48% from 414); Blue value is 61 (24.22% from 255 or 14.73% from 414); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB43D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB43D is #524BC2. Grayscale: #A4A4A4. Windows color (decimal): -5393347 or 4043949. OLE color: 4043949.
HSL color Cylindrical-coordinate representation of color #ADB43D: hue angle of 63.53º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADB43D is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 180 | 61 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.29 |
| HSL | 63.53º | 0.49% | 0.47% | - |
| HSV(B) | 63.53º | 0.66% | 0.71% | - |
| XYZ | 34.4 | 41.86 | 10.68 | - |
| YUV | 164.34 | 69.68 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 61 | 0.04 | 0 | 0.66 | 0.29 | 63.53 | 0.49 | 0.47 |
| Hex | AD | B4 | 3D | 4 | 0 | 42 | 1D | 40 | 31 | 2F |
| Octal | 255 | 264 | 75 | 4 | 0 | 102 | 35 | 100 | 61 | 57 |
| Binary | 10101101 | 10110100 | 111101 | 100 | 0 | 1000010 | 11101 | 1000000 | 110001 | 101111 |
Color Harmonies of #ADB43D
Complementary color
Monochromatic Colors of #ADB43D
Black with #ADB43D
Text Example
Text Example
White with #ADB43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB43D; }
p { color: rgb(173,180,61); }
H1.HeaderClassName
{
color: #ADB43D;
}
.AnyTagClassName
{
color: #ADB43D;
}
</style>
background-color css
<style>
a { background-color: #ADB43D; }
a { background-color: rgb(173,180,61); }
div.DivClassName
{
background-color: #ADB43D;
}
.BgClassName
{
background-color: #ADB43D;
}
</style>
border-color css
<style>
span { border-color: #ADB43D; }
span { border-color: rgb(173,180,61); }
td.TdClassName
{
border-color: #ADB43D;
}
.TagClassName
{
border-color: #ADB43D;
}
</style>