Shades of Celery #B2BE40
Tints of Celery #B2BE40
RGB
CMYK
RGB Variations
Color information
#B2BE40 (or 0xB2BE40) is known color: Celery. HEX triplet: B2, BE and 40. RGB value is (178,190,64). Sum of RGB (Red+Green+Blue) = 178+190+64=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 190 (74.61% from 255 or 43.98% from 432); Blue value is 64 (25.39% from 255 or 14.81% from 432); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BE40 is #4D41BF. Grayscale: #ACACAC. Windows color (decimal): -5063104 or 4243122. OLE color: 4243122.
HSL color Cylindrical-coordinate representation of color #B2BE40: hue angle of 65.71º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B2BE40 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 190 | 64 | - |
| CMYK | 0.06 | 0 | 0.66 | 0.25 |
| HSL | 65.71º | 0.5% | 0.5% | - |
| HSV(B) | 65.71º | 0.66% | 0.75% | - |
| XYZ | 37.7 | 46.66 | 11.87 | - |
| YUV | 172.05 | 67.02 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 190 | 64 | 0.06 | 0 | 0.66 | 0.25 | 65.71 | 0.5 | 0.5 |
| Hex | B2 | BE | 40 | 6 | 0 | 42 | 19 | 42 | 32 | 32 |
| Octal | 262 | 276 | 100 | 6 | 0 | 102 | 31 | 102 | 62 | 62 |
| Binary | 10110010 | 10111110 | 1000000 | 110 | 0 | 1000010 | 11001 | 1000010 | 110010 | 110010 |
Color Harmonies of #B2BE40
Complementary color
Monochromatic Colors of #B2BE40
Black with #B2BE40
Text Example
Text Example
White with #B2BE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BE40; }
p { color: rgb(178,190,64); }
H1.HeaderClassName
{
color: #B2BE40;
}
.AnyTagClassName
{
color: #B2BE40;
}
</style>
background-color css
<style>
a { background-color: #B2BE40; }
a { background-color: rgb(178,190,64); }
div.DivClassName
{
background-color: #B2BE40;
}
.BgClassName
{
background-color: #B2BE40;
}
</style>
border-color css
<style>
span { border-color: #B2BE40; }
span { border-color: rgb(178,190,64); }
td.TdClassName
{
border-color: #B2BE40;
}
.TagClassName
{
border-color: #B2BE40;
}
</style>