Shades of Celery #A5B53C
Tints of Celery #A5B53C
RGB
CMYK
RGB Variations
Color information
#A5B53C (or 0xA5B53C) is known color: Celery. HEX triplet: A5, B5 and 3C. RGB value is (165,181,60). Sum of RGB (Red+Green+Blue) = 165+181+60=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 181 (71.09% from 255 or 44.58% from 406); Blue value is 60 (23.83% from 255 or 14.78% from 406); Max value from RGB is 181 - color contains mainly: green. Hex color #A5B53C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B53C is #5A4AC3. Grayscale: #A2A2A2. Windows color (decimal): -5917380 or 3978661. OLE color: 3978661.
HSL color Cylindrical-coordinate representation of color #A5B53C: hue angle of 67.93º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A5B53C is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 181 | 60 | - |
| CMYK | 0.09 | 0 | 0.67 | 0.29 |
| HSL | 67.93º | 0.5% | 0.47% | - |
| HSV(B) | 67.93º | 0.67% | 0.71% | - |
| XYZ | 32.86 | 41.37 | 10.53 | - |
| YUV | 162.42 | 70.2 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 181 | 60 | 0.09 | 0 | 0.67 | 0.29 | 67.93 | 0.5 | 0.47 |
| Hex | A5 | B5 | 3C | 9 | 0 | 43 | 1D | 44 | 32 | 2F |
| Octal | 245 | 265 | 74 | 11 | 0 | 103 | 35 | 104 | 62 | 57 |
| Binary | 10100101 | 10110101 | 111100 | 1001 | 0 | 1000011 | 11101 | 1000100 | 110010 | 101111 |
Color Harmonies of #A5B53C
Complementary color
Monochromatic Colors of #A5B53C
Black with #A5B53C
Text Example
Text Example
White with #A5B53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B53C; }
p { color: rgb(165,181,60); }
H1.HeaderClassName
{
color: #A5B53C;
}
.AnyTagClassName
{
color: #A5B53C;
}
</style>
background-color css
<style>
a { background-color: #A5B53C; }
a { background-color: rgb(165,181,60); }
div.DivClassName
{
background-color: #A5B53C;
}
.BgClassName
{
background-color: #A5B53C;
}
</style>
border-color css
<style>
span { border-color: #A5B53C; }
span { border-color: rgb(165,181,60); }
td.TdClassName
{
border-color: #A5B53C;
}
.TagClassName
{
border-color: #A5B53C;
}
</style>