Shades of Celery #B2CA51
Tints of Celery #B2CA51
RGB
CMYK
RGB Variations
Color information
#B2CA51 (or 0xB2CA51) is known color: Celery. HEX triplet: B2, CA and 51. RGB value is (178,202,81). Sum of RGB (Red+Green+Blue) = 178+202+81=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 81 (32.03% from 255 or 17.57% from 461); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CA51 is #4D35AE. Grayscale: #B5B5B5. Windows color (decimal): -5060015 or 5360306. OLE color: 5360306.
HSL color Cylindrical-coordinate representation of color #B2CA51: hue angle of 71.9º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2CA51 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 202 | 81 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.21 |
| HSL | 71.9º | 0.53% | 0.55% | - |
| HSV(B) | 71.9º | 0.6% | 0.79% | - |
| XYZ | 40.97 | 52.3 | 15.72 | - |
| YUV | 181.03 | 71.55 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 202 | 81 | 0.12 | 0 | 0.60 | 0.21 | 71.9 | 0.53 | 0.55 |
| Hex | B2 | CA | 51 | C | 0 | 3C | 15 | 48 | 35 | 37 |
| Octal | 262 | 312 | 121 | 14 | 0 | 74 | 25 | 110 | 65 | 67 |
| Binary | 10110010 | 11001010 | 1010001 | 1100 | 0 | 111100 | 10101 | 1001000 | 110101 | 110111 |
Color Harmonies of #B2CA51
Complementary color
Monochromatic Colors of #B2CA51
Black with #B2CA51
Text Example
Text Example
White with #B2CA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CA51; }
p { color: rgb(178,202,81); }
H1.HeaderClassName
{
color: #B2CA51;
}
.AnyTagClassName
{
color: #B2CA51;
}
</style>
background-color css
<style>
a { background-color: #B2CA51; }
a { background-color: rgb(178,202,81); }
div.DivClassName
{
background-color: #B2CA51;
}
.BgClassName
{
background-color: #B2CA51;
}
</style>
border-color css
<style>
span { border-color: #B2CA51; }
span { border-color: rgb(178,202,81); }
td.TdClassName
{
border-color: #B2CA51;
}
.TagClassName
{
border-color: #B2CA51;
}
</style>