Shades of Celery #ADB34B
Tints of Celery #ADB34B
RGB
CMYK
RGB Variations
Color information
#ADB34B (or 0xADB34B) is known color: Celery. HEX triplet: AD, B3 and 4B. RGB value is (173,179,75). Sum of RGB (Red+Green+Blue) = 173+179+75=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 179 (70.31% from 255 or 41.92% from 427); Blue value is 75 (29.69% from 255 or 17.56% from 427); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB34B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB34B is #524CB4. Grayscale: #A5A5A5. Windows color (decimal): -5393589 or 4961197. OLE color: 4961197.
HSL color Cylindrical-coordinate representation of color #ADB34B: hue angle of 63.46º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADB34B is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 75 | - |
| CMYK | 0.03 | 0 | 0.58 | 0.30 |
| HSL | 63.46º | 0.41% | 0.5% | - |
| HSV(B) | 63.46º | 0.58% | 0.7% | - |
| XYZ | 34.62 | 41.63 | 12.87 | - |
| YUV | 165.35 | 77.01 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 75 | 0.03 | 0 | 0.58 | 0.30 | 63.46 | 0.41 | 0.5 |
| Hex | AD | B3 | 4B | 3 | 0 | 3A | 1E | 3F | 29 | 32 |
| Octal | 255 | 263 | 113 | 3 | 0 | 72 | 36 | 77 | 51 | 62 |
| Binary | 10101101 | 10110011 | 1001011 | 11 | 0 | 111010 | 11110 | 111111 | 101001 | 110010 |
Color Harmonies of #ADB34B
Complementary color
Monochromatic Colors of #ADB34B
Black with #ADB34B
Text Example
Text Example
White with #ADB34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB34B; }
p { color: rgb(173,179,75); }
H1.HeaderClassName
{
color: #ADB34B;
}
.AnyTagClassName
{
color: #ADB34B;
}
</style>
background-color css
<style>
a { background-color: #ADB34B; }
a { background-color: rgb(173,179,75); }
div.DivClassName
{
background-color: #ADB34B;
}
.BgClassName
{
background-color: #ADB34B;
}
</style>
border-color css
<style>
span { border-color: #ADB34B; }
span { border-color: rgb(173,179,75); }
td.TdClassName
{
border-color: #ADB34B;
}
.TagClassName
{
border-color: #ADB34B;
}
</style>