Shades of Celery #A5B14F
Tints of Celery #A5B14F
RGB
CMYK
RGB Variations
Color information
#A5B14F (or 0xA5B14F) is known color: Celery. HEX triplet: A5, B1 and 4F. RGB value is (165,177,79). Sum of RGB (Red+Green+Blue) = 165+177+79=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 177 (69.53% from 255 or 42.04% from 421); Blue value is 79 (31.25% from 255 or 18.76% from 421); Max value from RGB is 177 - color contains mainly: green. Hex color #A5B14F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5B14F is #5A4EB0. Grayscale: #A2A2A2. Windows color (decimal): -5918385 or 5222821. OLE color: 5222821.
HSL color Cylindrical-coordinate representation of color #A5B14F: hue angle of 67.35º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A5B14F is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 177 | 79 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.31 |
| HSL | 67.35º | 0.39% | 0.5% | - |
| HSV(B) | 67.35º | 0.55% | 0.69% | - |
| XYZ | 32.65 | 40.01 | 13.4 | - |
| YUV | 162.24 | 81.02 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 177 | 79 | 0.07 | 0 | 0.55 | 0.31 | 67.35 | 0.39 | 0.5 |
| Hex | A5 | B1 | 4F | 7 | 0 | 37 | 1F | 43 | 27 | 32 |
| Octal | 245 | 261 | 117 | 7 | 0 | 67 | 37 | 103 | 47 | 62 |
| Binary | 10100101 | 10110001 | 1001111 | 111 | 0 | 110111 | 11111 | 1000011 | 100111 | 110010 |
Color Harmonies of #A5B14F
Complementary color
Monochromatic Colors of #A5B14F
Black with #A5B14F
Text Example
Text Example
White with #A5B14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B14F; }
p { color: rgb(165,177,79); }
H1.HeaderClassName
{
color: #A5B14F;
}
.AnyTagClassName
{
color: #A5B14F;
}
</style>
background-color css
<style>
a { background-color: #A5B14F; }
a { background-color: rgb(165,177,79); }
div.DivClassName
{
background-color: #A5B14F;
}
.BgClassName
{
background-color: #A5B14F;
}
</style>
border-color css
<style>
span { border-color: #A5B14F; }
span { border-color: rgb(165,177,79); }
td.TdClassName
{
border-color: #A5B14F;
}
.TagClassName
{
border-color: #A5B14F;
}
</style>