Shades of Celery #B2CE40
Tints of Celery #B2CE40
RGB
CMYK
RGB Variations
Color information
#B2CE40 (or 0xB2CE40) is known color: Celery. HEX triplet: B2, CE and 40. RGB value is (178,206,64). Sum of RGB (Red+Green+Blue) = 178+206+64=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 206 (80.86% from 255 or 45.98% from 448); Blue value is 64 (25.39% from 255 or 14.29% from 448); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CE40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CE40 is #4D31BF. Grayscale: #B5B5B5. Windows color (decimal): -5059008 or 4247218. OLE color: 4247218.
HSL color Cylindrical-coordinate representation of color #B2CE40: hue angle of 71.83º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2CE40 is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 206 | 64 | - |
| CMYK | 0.14 | 0 | 0.69 | 0.19 |
| HSL | 71.83º | 0.59% | 0.53% | - |
| HSV(B) | 71.83º | 0.69% | 0.81% | - |
| XYZ | 41.36 | 53.98 | 13.09 | - |
| YUV | 181.44 | 61.72 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 206 | 64 | 0.14 | 0 | 0.69 | 0.19 | 71.83 | 0.59 | 0.53 |
| Hex | B2 | CE | 40 | E | 0 | 45 | 13 | 48 | 3B | 35 |
| Octal | 262 | 316 | 100 | 16 | 0 | 105 | 23 | 110 | 73 | 65 |
| Binary | 10110010 | 11001110 | 1000000 | 1110 | 0 | 1000101 | 10011 | 1001000 | 111011 | 110101 |
Color Harmonies of #B2CE40
Complementary color
Monochromatic Colors of #B2CE40
Black with #B2CE40
Text Example
Text Example
White with #B2CE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CE40; }
p { color: rgb(178,206,64); }
H1.HeaderClassName
{
color: #B2CE40;
}
.AnyTagClassName
{
color: #B2CE40;
}
</style>
background-color css
<style>
a { background-color: #B2CE40; }
a { background-color: rgb(178,206,64); }
div.DivClassName
{
background-color: #B2CE40;
}
.BgClassName
{
background-color: #B2CE40;
}
</style>
border-color css
<style>
span { border-color: #B2CE40; }
span { border-color: rgb(178,206,64); }
td.TdClassName
{
border-color: #B2CE40;
}
.TagClassName
{
border-color: #B2CE40;
}
</style>