Shades of Celery #B5CA55
Tints of Celery #B5CA55
RGB
CMYK
RGB Variations
Color information
#B5CA55 (or 0xB5CA55) is known color: Celery. HEX triplet: B5, CA and 55. RGB value is (181,202,85). Sum of RGB (Red+Green+Blue) = 181+202+85=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 85 (33.59% from 255 or 18.16% from 468); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CA55 is #4A35AA. Grayscale: #B6B6B6. Windows color (decimal): -4863403 or 5622453. OLE color: 5622453.
HSL color Cylindrical-coordinate representation of color #B5CA55: hue angle of 70.77º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B5CA55 is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 202 | 85 | - |
| CMYK | 0.10 | 0 | 0.58 | 0.21 |
| HSL | 70.77º | 0.52% | 0.56% | - |
| HSV(B) | 70.77º | 0.58% | 0.79% | - |
| XYZ | 41.82 | 52.72 | 16.57 | - |
| YUV | 182.38 | 73.04 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 202 | 85 | 0.10 | 0 | 0.58 | 0.21 | 70.77 | 0.52 | 0.56 |
| Hex | B5 | CA | 55 | A | 0 | 3A | 15 | 47 | 34 | 38 |
| Octal | 265 | 312 | 125 | 12 | 0 | 72 | 25 | 107 | 64 | 70 |
| Binary | 10110101 | 11001010 | 1010101 | 1010 | 0 | 111010 | 10101 | 1000111 | 110100 | 111000 |
Color Harmonies of #B5CA55
Complementary color
Monochromatic Colors of #B5CA55
Black with #B5CA55
Text Example
Text Example
White with #B5CA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CA55; }
p { color: rgb(181,202,85); }
H1.HeaderClassName
{
color: #B5CA55;
}
.AnyTagClassName
{
color: #B5CA55;
}
</style>
background-color css
<style>
a { background-color: #B5CA55; }
a { background-color: rgb(181,202,85); }
div.DivClassName
{
background-color: #B5CA55;
}
.BgClassName
{
background-color: #B5CA55;
}
</style>
border-color css
<style>
span { border-color: #B5CA55; }
span { border-color: rgb(181,202,85); }
td.TdClassName
{
border-color: #B5CA55;
}
.TagClassName
{
border-color: #B5CA55;
}
</style>