Shades of Celery #ADB14B
Tints of Celery #ADB14B
RGB
CMYK
RGB Variations
Color information
#ADB14B (or 0xADB14B) is known color: Celery. HEX triplet: AD, B1 and 4B. RGB value is (173,177,75). Sum of RGB (Red+Green+Blue) = 173+177+75=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 177 (69.53% from 255 or 41.65% from 425); Blue value is 75 (29.69% from 255 or 17.65% from 425); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB14B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB14B is #524EB4. Grayscale: #A4A4A4. Windows color (decimal): -5394101 or 4960685. OLE color: 4960685.
HSL color Cylindrical-coordinate representation of color #ADB14B: hue angle of 62.35º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADB14B is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 75 | - |
| CMYK | 0.02 | 0 | 0.58 | 0.31 |
| HSL | 62.35º | 0.4% | 0.49% | - |
| HSV(B) | 62.35º | 0.58% | 0.69% | - |
| XYZ | 34.23 | 40.84 | 12.73 | - |
| YUV | 164.18 | 77.67 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 75 | 0.02 | 0 | 0.58 | 0.31 | 62.35 | 0.4 | 0.49 |
| Hex | AD | B1 | 4B | 2 | 0 | 3A | 1F | 3E | 28 | 31 |
| Octal | 255 | 261 | 113 | 2 | 0 | 72 | 37 | 76 | 50 | 61 |
| Binary | 10101101 | 10110001 | 1001011 | 10 | 0 | 111010 | 11111 | 111110 | 101000 | 110001 |
Color Harmonies of #ADB14B
Complementary color
Monochromatic Colors of #ADB14B
Black with #ADB14B
Text Example
Text Example
White with #ADB14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB14B; }
p { color: rgb(173,177,75); }
H1.HeaderClassName
{
color: #ADB14B;
}
.AnyTagClassName
{
color: #ADB14B;
}
</style>
background-color css
<style>
a { background-color: #ADB14B; }
a { background-color: rgb(173,177,75); }
div.DivClassName
{
background-color: #ADB14B;
}
.BgClassName
{
background-color: #ADB14B;
}
</style>
border-color css
<style>
span { border-color: #ADB14B; }
span { border-color: rgb(173,177,75); }
td.TdClassName
{
border-color: #ADB14B;
}
.TagClassName
{
border-color: #ADB14B;
}
</style>