Shades of Celery #A5B74F
Tints of Celery #A5B74F
RGB
CMYK
RGB Variations
Color information
#A5B74F (or 0xA5B74F) is known color: Celery. HEX triplet: A5, B7 and 4F. RGB value is (165,183,79). Sum of RGB (Red+Green+Blue) = 165+183+79=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 183 (71.88% from 255 or 42.86% from 427); Blue value is 79 (31.25% from 255 or 18.50% from 427); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B74F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B74F is #5A48B0. Grayscale: #A6A6A6. Windows color (decimal): -5916849 or 5224357. OLE color: 5224357.
HSL color Cylindrical-coordinate representation of color #A5B74F: hue angle of 70.38º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A5B74F is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 183 | 79 | - |
| CMYK | 0.10 | 0 | 0.57 | 0.28 |
| HSL | 70.38º | 0.42% | 0.51% | - |
| HSV(B) | 70.38º | 0.57% | 0.72% | - |
| XYZ | 33.86 | 42.43 | 13.8 | - |
| YUV | 165.76 | 79.04 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 183 | 79 | 0.10 | 0 | 0.57 | 0.28 | 70.38 | 0.42 | 0.51 |
| Hex | A5 | B7 | 4F | A | 0 | 39 | 1C | 46 | 2A | 33 |
| Octal | 245 | 267 | 117 | 12 | 0 | 71 | 34 | 106 | 52 | 63 |
| Binary | 10100101 | 10110111 | 1001111 | 1010 | 0 | 111001 | 11100 | 1000110 | 101010 | 110011 |
Color Harmonies of #A5B74F
Complementary color
Monochromatic Colors of #A5B74F
Black with #A5B74F
Text Example
Text Example
White with #A5B74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B74F; }
p { color: rgb(165,183,79); }
H1.HeaderClassName
{
color: #A5B74F;
}
.AnyTagClassName
{
color: #A5B74F;
}
</style>
background-color css
<style>
a { background-color: #A5B74F; }
a { background-color: rgb(165,183,79); }
div.DivClassName
{
background-color: #A5B74F;
}
.BgClassName
{
background-color: #A5B74F;
}
</style>
border-color css
<style>
span { border-color: #A5B74F; }
span { border-color: rgb(165,183,79); }
td.TdClassName
{
border-color: #A5B74F;
}
.TagClassName
{
border-color: #A5B74F;
}
</style>