Shades of Celery #A5B451
Tints of Celery #A5B451
RGB
CMYK
RGB Variations
Color information
#A5B451 (or 0xA5B451) is known color: Celery. HEX triplet: A5, B4 and 51. RGB value is (165,180,81). Sum of RGB (Red+Green+Blue) = 165+180+81=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 180 (70.70% from 255 or 42.25% from 426); Blue value is 81 (32.03% from 255 or 19.01% from 426); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B451 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B451 is #5A4BAE. Grayscale: #A4A4A4. Windows color (decimal): -5917615 or 5354661. OLE color: 5354661.
HSL color Cylindrical-coordinate representation of color #A5B451: hue angle of 69.09º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A5B451 is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 180 | 81 | - |
| CMYK | 0.08 | 0 | 0.55 | 0.29 |
| HSL | 69.09º | 0.4% | 0.51% | - |
| HSV(B) | 69.09º | 0.55% | 0.71% | - |
| XYZ | 33.32 | 41.24 | 13.99 | - |
| YUV | 164.23 | 81.03 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 180 | 81 | 0.08 | 0 | 0.55 | 0.29 | 69.09 | 0.4 | 0.51 |
| Hex | A5 | B4 | 51 | 8 | 0 | 37 | 1D | 45 | 28 | 33 |
| Octal | 245 | 264 | 121 | 10 | 0 | 67 | 35 | 105 | 50 | 63 |
| Binary | 10100101 | 10110100 | 1010001 | 1000 | 0 | 110111 | 11101 | 1000101 | 101000 | 110011 |
Color Harmonies of #A5B451
Complementary color
Monochromatic Colors of #A5B451
Black with #A5B451
Text Example
Text Example
White with #A5B451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B451; }
p { color: rgb(165,180,81); }
H1.HeaderClassName
{
color: #A5B451;
}
.AnyTagClassName
{
color: #A5B451;
}
</style>
background-color css
<style>
a { background-color: #A5B451; }
a { background-color: rgb(165,180,81); }
div.DivClassName
{
background-color: #A5B451;
}
.BgClassName
{
background-color: #A5B451;
}
</style>
border-color css
<style>
span { border-color: #A5B451; }
span { border-color: rgb(165,180,81); }
td.TdClassName
{
border-color: #A5B451;
}
.TagClassName
{
border-color: #A5B451;
}
</style>