Shades of Celery #A5BD3C
Tints of Celery #A5BD3C
RGB
CMYK
RGB Variations
Color information
#A5BD3C (or 0xA5BD3C) is known color: Celery. HEX triplet: A5, BD and 3C. RGB value is (165,189,60). Sum of RGB (Red+Green+Blue) = 165+189+60=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 189 (74.22% from 255 or 45.65% from 414); Blue value is 60 (23.83% from 255 or 14.49% from 414); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BD3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BD3C is #5A42C3. Grayscale: #A7A7A7. Windows color (decimal): -5915332 or 3980709. OLE color: 3980709.
HSL color Cylindrical-coordinate representation of color #A5BD3C: hue angle of 71.16º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A5BD3C is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 189 | 60 | - |
| CMYK | 0.13 | 0 | 0.68 | 0.26 |
| HSL | 71.16º | 0.52% | 0.49% | - |
| HSV(B) | 71.16º | 0.68% | 0.74% | - |
| XYZ | 34.53 | 44.72 | 11.09 | - |
| YUV | 167.12 | 67.55 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 189 | 60 | 0.13 | 0 | 0.68 | 0.26 | 71.16 | 0.52 | 0.49 |
| Hex | A5 | BD | 3C | D | 0 | 44 | 1A | 47 | 34 | 31 |
| Octal | 245 | 275 | 74 | 15 | 0 | 104 | 32 | 107 | 64 | 61 |
| Binary | 10100101 | 10111101 | 111100 | 1101 | 0 | 1000100 | 11010 | 1000111 | 110100 | 110001 |
Color Harmonies of #A5BD3C
Complementary color
Monochromatic Colors of #A5BD3C
Black with #A5BD3C
Text Example
Text Example
White with #A5BD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BD3C; }
p { color: rgb(165,189,60); }
H1.HeaderClassName
{
color: #A5BD3C;
}
.AnyTagClassName
{
color: #A5BD3C;
}
</style>
background-color css
<style>
a { background-color: #A5BD3C; }
a { background-color: rgb(165,189,60); }
div.DivClassName
{
background-color: #A5BD3C;
}
.BgClassName
{
background-color: #A5BD3C;
}
</style>
border-color css
<style>
span { border-color: #A5BD3C; }
span { border-color: rgb(165,189,60); }
td.TdClassName
{
border-color: #A5BD3C;
}
.TagClassName
{
border-color: #A5BD3C;
}
</style>