Shades of Celery #ADB33C
Tints of Celery #ADB33C
RGB
CMYK
RGB Variations
Color information
#ADB33C (or 0xADB33C) is known color: Celery. HEX triplet: AD, B3 and 3C. RGB value is (173,179,60). Sum of RGB (Red+Green+Blue) = 173+179+60=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 179 (70.31% from 255 or 43.45% from 412); Blue value is 60 (23.83% from 255 or 14.56% from 412); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB33C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB33C is #524CC3. Grayscale: #A4A4A4. Windows color (decimal): -5393604 or 3978157. OLE color: 3978157.
HSL color Cylindrical-coordinate representation of color #ADB33C: hue angle of 63.03º degrees, saturation: 0.5, 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 #ADB33C is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 60 | - |
| CMYK | 0.03 | 0 | 0.66 | 0.30 |
| HSL | 63.03º | 0.5% | 0.47% | - |
| HSV(B) | 63.03º | 0.66% | 0.7% | - |
| XYZ | 34.17 | 41.45 | 10.47 | - |
| YUV | 163.64 | 69.51 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 60 | 0.03 | 0 | 0.66 | 0.30 | 63.03 | 0.5 | 0.47 |
| Hex | AD | B3 | 3C | 3 | 0 | 42 | 1E | 3F | 32 | 2F |
| Octal | 255 | 263 | 74 | 3 | 0 | 102 | 36 | 77 | 62 | 57 |
| Binary | 10101101 | 10110011 | 111100 | 11 | 0 | 1000010 | 11110 | 111111 | 110010 | 101111 |
Color Harmonies of #ADB33C
Complementary color
Monochromatic Colors of #ADB33C
Black with #ADB33C
Text Example
Text Example
White with #ADB33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB33C; }
p { color: rgb(173,179,60); }
H1.HeaderClassName
{
color: #ADB33C;
}
.AnyTagClassName
{
color: #ADB33C;
}
</style>
background-color css
<style>
a { background-color: #ADB33C; }
a { background-color: rgb(173,179,60); }
div.DivClassName
{
background-color: #ADB33C;
}
.BgClassName
{
background-color: #ADB33C;
}
</style>
border-color css
<style>
span { border-color: #ADB33C; }
span { border-color: rgb(173,179,60); }
td.TdClassName
{
border-color: #ADB33C;
}
.TagClassName
{
border-color: #ADB33C;
}
</style>