Shades of Celery #ADB84B
Tints of Celery #ADB84B
RGB
CMYK
RGB Variations
Color information
#ADB84B (or 0xADB84B) is known color: Celery. HEX triplet: AD, B8 and 4B. RGB value is (173,184,75). Sum of RGB (Red+Green+Blue) = 173+184+75=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 184 (72.27% from 255 or 42.59% from 432); Blue value is 75 (29.69% from 255 or 17.36% from 432); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB84B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB84B is #5247B4. Grayscale: #A8A8A8. Windows color (decimal): -5392309 or 4962477. OLE color: 4962477.
HSL color Cylindrical-coordinate representation of color #ADB84B: hue angle of 66.06º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADB84B is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 75 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.28 |
| HSL | 66.06º | 0.43% | 0.51% | - |
| HSV(B) | 66.06º | 0.59% | 0.72% | - |
| XYZ | 35.64 | 43.67 | 13.21 | - |
| YUV | 168.29 | 75.36 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 75 | 0.06 | 0 | 0.59 | 0.28 | 66.06 | 0.43 | 0.51 |
| Hex | AD | B8 | 4B | 6 | 0 | 3B | 1C | 42 | 2B | 33 |
| Octal | 255 | 270 | 113 | 6 | 0 | 73 | 34 | 102 | 53 | 63 |
| Binary | 10101101 | 10111000 | 1001011 | 110 | 0 | 111011 | 11100 | 1000010 | 101011 | 110011 |
Color Harmonies of #ADB84B
Complementary color
Monochromatic Colors of #ADB84B
Black with #ADB84B
Text Example
Text Example
White with #ADB84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB84B; }
p { color: rgb(173,184,75); }
H1.HeaderClassName
{
color: #ADB84B;
}
.AnyTagClassName
{
color: #ADB84B;
}
</style>
background-color css
<style>
a { background-color: #ADB84B; }
a { background-color: rgb(173,184,75); }
div.DivClassName
{
background-color: #ADB84B;
}
.BgClassName
{
background-color: #ADB84B;
}
</style>
border-color css
<style>
span { border-color: #ADB84B; }
span { border-color: rgb(173,184,75); }
td.TdClassName
{
border-color: #ADB84B;
}
.TagClassName
{
border-color: #ADB84B;
}
</style>