Shades of Celery #A5B453
Tints of Celery #A5B453
RGB
CMYK
RGB Variations
Color information
#A5B453 (or 0xA5B453) is known color: Celery. HEX triplet: A5, B4 and 53. RGB value is (165,180,83). Sum of RGB (Red+Green+Blue) = 165+180+83=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 180 (70.70% from 255 or 42.06% from 428); Blue value is 83 (32.81% from 255 or 19.39% from 428); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B453 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B453 is #5A4BAC. Grayscale: #A4A4A4. Windows color (decimal): -5917613 or 5485733. OLE color: 5485733.
HSL color Cylindrical-coordinate representation of color #A5B453: hue angle of 69.28º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A5B453 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 180 | 83 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.29 |
| HSL | 69.28º | 0.39% | 0.52% | - |
| HSV(B) | 69.28º | 0.54% | 0.71% | - |
| XYZ | 33.4 | 41.27 | 14.39 | - |
| YUV | 164.46 | 82.03 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 180 | 83 | 0.08 | 0 | 0.54 | 0.29 | 69.28 | 0.39 | 0.52 |
| Hex | A5 | B4 | 53 | 8 | 0 | 36 | 1D | 45 | 27 | 34 |
| Octal | 245 | 264 | 123 | 10 | 0 | 66 | 35 | 105 | 47 | 64 |
| Binary | 10100101 | 10110100 | 1010011 | 1000 | 0 | 110110 | 11101 | 1000101 | 100111 | 110100 |
Color Harmonies of #A5B453
Complementary color
Monochromatic Colors of #A5B453
Black with #A5B453
Text Example
Text Example
White with #A5B453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B453; }
p { color: rgb(165,180,83); }
H1.HeaderClassName
{
color: #A5B453;
}
.AnyTagClassName
{
color: #A5B453;
}
</style>
background-color css
<style>
a { background-color: #A5B453; }
a { background-color: rgb(165,180,83); }
div.DivClassName
{
background-color: #A5B453;
}
.BgClassName
{
background-color: #A5B453;
}
</style>
border-color css
<style>
span { border-color: #A5B453; }
span { border-color: rgb(165,180,83); }
td.TdClassName
{
border-color: #A5B453;
}
.TagClassName
{
border-color: #A5B453;
}
</style>