Shades of Celery #A5C55B
Tints of Celery #A5C55B
RGB
CMYK
RGB Variations
Color information
#A5C55B (or 0xA5C55B) is known color: Celery. HEX triplet: A5, C5 and 5B. RGB value is (165,197,91). Sum of RGB (Red+Green+Blue) = 165+197+91=453 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.42% from 453); Green value is 197 (77.34% from 255 or 43.49% from 453); Blue value is 91 (35.94% from 255 or 20.09% from 453); Max value from RGB is 197 - color contains mainly: green. Hex color #A5C55B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C55B is #5A3AA4. Grayscale: #AFAFAF. Windows color (decimal): -5913253 or 6014373. OLE color: 6014373.
HSL color Cylindrical-coordinate representation of color #A5C55B: hue angle of 78.11º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A5C55B is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 197 | 91 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.23 |
| HSL | 78.11º | 0.48% | 0.56% | - |
| HSV(B) | 78.11º | 0.54% | 0.77% | - |
| XYZ | 37.37 | 48.69 | 17.33 | - |
| YUV | 175.35 | 80.4 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 197 | 91 | 0.16 | 0 | 0.54 | 0.23 | 78.11 | 0.48 | 0.56 |
| Hex | A5 | C5 | 5B | 10 | 0 | 36 | 17 | 4E | 30 | 38 |
| Octal | 245 | 305 | 133 | 20 | 0 | 66 | 27 | 116 | 60 | 70 |
| Binary | 10100101 | 11000101 | 1011011 | 10000 | 0 | 110110 | 10111 | 1001110 | 110000 | 111000 |
Color Harmonies of #A5C55B
Complementary color
Monochromatic Colors of #A5C55B
Black with #A5C55B
Text Example
Text Example
White with #A5C55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C55B; }
p { color: rgb(165,197,91); }
H1.HeaderClassName
{
color: #A5C55B;
}
.AnyTagClassName
{
color: #A5C55B;
}
</style>
background-color css
<style>
a { background-color: #A5C55B; }
a { background-color: rgb(165,197,91); }
div.DivClassName
{
background-color: #A5C55B;
}
.BgClassName
{
background-color: #A5C55B;
}
</style>
border-color css
<style>
span { border-color: #A5C55B; }
span { border-color: rgb(165,197,91); }
td.TdClassName
{
border-color: #A5C55B;
}
.TagClassName
{
border-color: #A5C55B;
}
</style>