Shades of Celery #ADB04B
Tints of Celery #ADB04B
RGB
CMYK
RGB Variations
Color information
#ADB04B (or 0xADB04B) is known color: Celery. HEX triplet: AD, B0 and 4B. RGB value is (173,176,75). Sum of RGB (Red+Green+Blue) = 173+176+75=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 176 (69.14% from 255 or 41.51% from 424); Blue value is 75 (29.69% from 255 or 17.69% from 424); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB04B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB04B is #524FB4. Grayscale: #A3A3A3. Windows color (decimal): -5394357 or 4960429. OLE color: 4960429.
HSL color Cylindrical-coordinate representation of color #ADB04B: hue angle of 61.78º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADB04B is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 176 | 75 | - |
| CMYK | 0.02 | 0 | 0.57 | 0.31 |
| HSL | 61.78º | 0.4% | 0.49% | - |
| HSV(B) | 61.78º | 0.57% | 0.69% | - |
| XYZ | 34.03 | 40.44 | 12.67 | - |
| YUV | 163.59 | 78.01 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 75 | 0.02 | 0 | 0.57 | 0.31 | 61.78 | 0.4 | 0.49 |
| Hex | AD | B0 | 4B | 2 | 0 | 39 | 1F | 3E | 28 | 31 |
| Octal | 255 | 260 | 113 | 2 | 0 | 71 | 37 | 76 | 50 | 61 |
| Binary | 10101101 | 10110000 | 1001011 | 10 | 0 | 111001 | 11111 | 111110 | 101000 | 110001 |
Color Harmonies of #ADB04B
Complementary color
Monochromatic Colors of #ADB04B
Black with #ADB04B
Text Example
Text Example
White with #ADB04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB04B; }
p { color: rgb(173,176,75); }
H1.HeaderClassName
{
color: #ADB04B;
}
.AnyTagClassName
{
color: #ADB04B;
}
</style>
background-color css
<style>
a { background-color: #ADB04B; }
a { background-color: rgb(173,176,75); }
div.DivClassName
{
background-color: #ADB04B;
}
.BgClassName
{
background-color: #ADB04B;
}
</style>
border-color css
<style>
span { border-color: #ADB04B; }
span { border-color: rgb(173,176,75); }
td.TdClassName
{
border-color: #ADB04B;
}
.TagClassName
{
border-color: #ADB04B;
}
</style>