Shades of Celery #A5BE56
Tints of Celery #A5BE56
RGB
CMYK
RGB Variations
Color information
#A5BE56 (or 0xA5BE56) is known color: Celery. HEX triplet: A5, BE and 56. RGB value is (165,190,86). Sum of RGB (Red+Green+Blue) = 165+190+86=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 86 (33.98% from 255 or 19.50% from 441); Max value from RGB is 190 - color contains mainly: green. Hex color #A5BE56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BE56 is #5A41A9. Grayscale: #ABABAB. Windows color (decimal): -5915050 or 5684901. OLE color: 5684901.
HSL color Cylindrical-coordinate representation of color #A5BE56: hue angle of 74.42º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A5BE56 is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 190 | 86 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.25 |
| HSL | 74.42º | 0.44% | 0.54% | - |
| HSV(B) | 74.42º | 0.55% | 0.75% | - |
| XYZ | 35.61 | 45.5 | 15.71 | - |
| YUV | 170.67 | 80.22 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 190 | 86 | 0.13 | 0 | 0.55 | 0.25 | 74.42 | 0.44 | 0.54 |
| Hex | A5 | BE | 56 | D | 0 | 37 | 19 | 4A | 2C | 36 |
| Octal | 245 | 276 | 126 | 15 | 0 | 67 | 31 | 112 | 54 | 66 |
| Binary | 10100101 | 10111110 | 1010110 | 1101 | 0 | 110111 | 11001 | 1001010 | 101100 | 110110 |
Color Harmonies of #A5BE56
Complementary color
Monochromatic Colors of #A5BE56
Black with #A5BE56
Text Example
Text Example
White with #A5BE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BE56; }
p { color: rgb(165,190,86); }
H1.HeaderClassName
{
color: #A5BE56;
}
.AnyTagClassName
{
color: #A5BE56;
}
</style>
background-color css
<style>
a { background-color: #A5BE56; }
a { background-color: rgb(165,190,86); }
div.DivClassName
{
background-color: #A5BE56;
}
.BgClassName
{
background-color: #A5BE56;
}
</style>
border-color css
<style>
span { border-color: #A5BE56; }
span { border-color: rgb(165,190,86); }
td.TdClassName
{
border-color: #A5BE56;
}
.TagClassName
{
border-color: #A5BE56;
}
</style>