Shades of Celery #A5B64F
Tints of Celery #A5B64F
RGB
CMYK
RGB Variations
Color information
#A5B64F (or 0xA5B64F) is known color: Celery. HEX triplet: A5, B6 and 4F. RGB value is (165,182,79). Sum of RGB (Red+Green+Blue) = 165+182+79=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 182 (71.48% from 255 or 42.72% from 426); Blue value is 79 (31.25% from 255 or 18.54% from 426); Max value from RGB is 182 - color contains mainly: green. Hex color #A5B64F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B64F is #5A49B0. Grayscale: #A5A5A5. Windows color (decimal): -5917105 or 5224101. OLE color: 5224101.
HSL color Cylindrical-coordinate representation of color #A5B64F: hue angle of 69.9º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A5B64F is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 182 | 79 | - |
| CMYK | 0.09 | 0 | 0.57 | 0.29 |
| HSL | 69.9º | 0.41% | 0.51% | - |
| HSV(B) | 69.9º | 0.57% | 0.71% | - |
| XYZ | 33.66 | 42.02 | 13.73 | - |
| YUV | 165.18 | 79.37 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 182 | 79 | 0.09 | 0 | 0.57 | 0.29 | 69.9 | 0.41 | 0.51 |
| Hex | A5 | B6 | 4F | 9 | 0 | 39 | 1D | 46 | 29 | 33 |
| Octal | 245 | 266 | 117 | 11 | 0 | 71 | 35 | 106 | 51 | 63 |
| Binary | 10100101 | 10110110 | 1001111 | 1001 | 0 | 111001 | 11101 | 1000110 | 101001 | 110011 |
Color Harmonies of #A5B64F
Complementary color
Monochromatic Colors of #A5B64F
Black with #A5B64F
Text Example
Text Example
White with #A5B64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B64F; }
p { color: rgb(165,182,79); }
H1.HeaderClassName
{
color: #A5B64F;
}
.AnyTagClassName
{
color: #A5B64F;
}
</style>
background-color css
<style>
a { background-color: #A5B64F; }
a { background-color: rgb(165,182,79); }
div.DivClassName
{
background-color: #A5B64F;
}
.BgClassName
{
background-color: #A5B64F;
}
</style>
border-color css
<style>
span { border-color: #A5B64F; }
span { border-color: rgb(165,182,79); }
td.TdClassName
{
border-color: #A5B64F;
}
.TagClassName
{
border-color: #A5B64F;
}
</style>