Shades of Celery #A5B455
Tints of Celery #A5B455
RGB
CMYK
RGB Variations
Color information
#A5B455 (or 0xA5B455) is known color: Celery. HEX triplet: A5, B4 and 55. RGB value is (165,180,85). Sum of RGB (Red+Green+Blue) = 165+180+85=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 85 (33.59% from 255 or 19.77% from 430); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B455 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B455 is #5A4BAA. Grayscale: #A5A5A5. Windows color (decimal): -5917611 or 5616805. OLE color: 5616805.
HSL color Cylindrical-coordinate representation of color #A5B455: hue angle of 69.47º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A5B455 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 180 | 85 | - |
| CMYK | 0.08 | 0 | 0.53 | 0.29 |
| HSL | 69.47º | 0.39% | 0.52% | - |
| HSV(B) | 69.47º | 0.53% | 0.71% | - |
| XYZ | 33.48 | 41.3 | 14.8 | - |
| YUV | 164.69 | 83.03 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 180 | 85 | 0.08 | 0 | 0.53 | 0.29 | 69.47 | 0.39 | 0.52 |
| Hex | A5 | B4 | 55 | 8 | 0 | 35 | 1D | 45 | 27 | 34 |
| Octal | 245 | 264 | 125 | 10 | 0 | 65 | 35 | 105 | 47 | 64 |
| Binary | 10100101 | 10110100 | 1010101 | 1000 | 0 | 110101 | 11101 | 1000101 | 100111 | 110100 |
Color Harmonies of #A5B455
Complementary color
Monochromatic Colors of #A5B455
Black with #A5B455
Text Example
Text Example
White with #A5B455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B455; }
p { color: rgb(165,180,85); }
H1.HeaderClassName
{
color: #A5B455;
}
.AnyTagClassName
{
color: #A5B455;
}
</style>
background-color css
<style>
a { background-color: #A5B455; }
a { background-color: rgb(165,180,85); }
div.DivClassName
{
background-color: #A5B455;
}
.BgClassName
{
background-color: #A5B455;
}
</style>
border-color css
<style>
span { border-color: #A5B455; }
span { border-color: rgb(165,180,85); }
td.TdClassName
{
border-color: #A5B455;
}
.TagClassName
{
border-color: #A5B455;
}
</style>