Shades of Celery #A5BC3F
Tints of Celery #A5BC3F
RGB
CMYK
RGB Variations
Color information
#A5BC3F (or 0xA5BC3F) is known color: Celery. HEX triplet: A5, BC and 3F. RGB value is (165,188,63). Sum of RGB (Red+Green+Blue) = 165+188+63=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 63 (25% from 255 or 15.14% from 416); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BC3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BC3F is #5A43C0. Grayscale: #A7A7A7. Windows color (decimal): -5915585 or 4177061. OLE color: 4177061.
HSL color Cylindrical-coordinate representation of color #A5BC3F: hue angle of 71.04º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A5BC3F is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 188 | 63 | - |
| CMYK | 0.12 | 0 | 0.66 | 0.26 |
| HSL | 71.04º | 0.5% | 0.49% | - |
| HSV(B) | 71.04º | 0.66% | 0.74% | - |
| XYZ | 34.4 | 44.32 | 11.45 | - |
| YUV | 166.87 | 69.38 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 188 | 63 | 0.12 | 0 | 0.66 | 0.26 | 71.04 | 0.5 | 0.49 |
| Hex | A5 | BC | 3F | C | 0 | 42 | 1A | 47 | 32 | 31 |
| Octal | 245 | 274 | 77 | 14 | 0 | 102 | 32 | 107 | 62 | 61 |
| Binary | 10100101 | 10111100 | 111111 | 1100 | 0 | 1000010 | 11010 | 1000111 | 110010 | 110001 |
Color Harmonies of #A5BC3F
Complementary color
Monochromatic Colors of #A5BC3F
Black with #A5BC3F
Text Example
Text Example
White with #A5BC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BC3F; }
p { color: rgb(165,188,63); }
H1.HeaderClassName
{
color: #A5BC3F;
}
.AnyTagClassName
{
color: #A5BC3F;
}
</style>
background-color css
<style>
a { background-color: #A5BC3F; }
a { background-color: rgb(165,188,63); }
div.DivClassName
{
background-color: #A5BC3F;
}
.BgClassName
{
background-color: #A5BC3F;
}
</style>
border-color css
<style>
span { border-color: #A5BC3F; }
span { border-color: rgb(165,188,63); }
td.TdClassName
{
border-color: #A5BC3F;
}
.TagClassName
{
border-color: #A5BC3F;
}
</style>