Shades of Celery #ADB33D
Tints of Celery #ADB33D
RGB
CMYK
RGB Variations
Color information
#ADB33D (or 0xADB33D) is known color: Celery. HEX triplet: AD, B3 and 3D. RGB value is (173,179,61). Sum of RGB (Red+Green+Blue) = 173+179+61=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 179 (70.31% from 255 or 43.34% from 413); Blue value is 61 (24.22% from 255 or 14.77% from 413); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB33D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB33D is #524CC2. Grayscale: #A4A4A4. Windows color (decimal): -5393603 or 4043693. OLE color: 4043693.
HSL color Cylindrical-coordinate representation of color #ADB33D: hue angle of 63.05º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADB33D is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 61 | - |
| CMYK | 0.03 | 0 | 0.66 | 0.30 |
| HSL | 63.05º | 0.49% | 0.47% | - |
| HSV(B) | 63.05º | 0.66% | 0.7% | - |
| XYZ | 34.2 | 41.46 | 10.62 | - |
| YUV | 163.75 | 70.01 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 61 | 0.03 | 0 | 0.66 | 0.30 | 63.05 | 0.49 | 0.47 |
| Hex | AD | B3 | 3D | 3 | 0 | 42 | 1E | 3F | 31 | 2F |
| Octal | 255 | 263 | 75 | 3 | 0 | 102 | 36 | 77 | 61 | 57 |
| Binary | 10101101 | 10110011 | 111101 | 11 | 0 | 1000010 | 11110 | 111111 | 110001 | 101111 |
Color Harmonies of #ADB33D
Complementary color
Monochromatic Colors of #ADB33D
Black with #ADB33D
Text Example
Text Example
White with #ADB33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB33D; }
p { color: rgb(173,179,61); }
H1.HeaderClassName
{
color: #ADB33D;
}
.AnyTagClassName
{
color: #ADB33D;
}
</style>
background-color css
<style>
a { background-color: #ADB33D; }
a { background-color: rgb(173,179,61); }
div.DivClassName
{
background-color: #ADB33D;
}
.BgClassName
{
background-color: #ADB33D;
}
</style>
border-color css
<style>
span { border-color: #ADB33D; }
span { border-color: rgb(173,179,61); }
td.TdClassName
{
border-color: #ADB33D;
}
.TagClassName
{
border-color: #ADB33D;
}
</style>