Shades of Celery #B2C841
Tints of Celery #B2C841
RGB
CMYK
RGB Variations
Color information
#B2C841 (or 0xB2C841) is known color: Celery. HEX triplet: B2, C8 and 41. RGB value is (178,200,65). Sum of RGB (Red+Green+Blue) = 178+200+65=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 200 (78.52% from 255 or 45.15% from 443); Blue value is 65 (25.78% from 255 or 14.67% from 443); Max value from RGB is 200 - color contains mainly: green. Hex color #B2C841 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C841 is #4D37BE. Grayscale: #B2B2B2. Windows color (decimal): -5060543 or 4311218. OLE color: 4311218.
HSL color Cylindrical-coordinate representation of color #B2C841: hue angle of 69.78º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B2C841 is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 200 | 65 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.22 |
| HSL | 69.78º | 0.55% | 0.52% | - |
| HSV(B) | 69.78º | 0.68% | 0.78% | - |
| XYZ | 39.97 | 51.16 | 12.77 | - |
| YUV | 178.03 | 64.21 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 200 | 65 | 0.11 | 0 | 0.68 | 0.22 | 69.78 | 0.55 | 0.52 |
| Hex | B2 | C8 | 41 | B | 0 | 44 | 16 | 46 | 37 | 34 |
| Octal | 262 | 310 | 101 | 13 | 0 | 104 | 26 | 106 | 67 | 64 |
| Binary | 10110010 | 11001000 | 1000001 | 1011 | 0 | 1000100 | 10110 | 1000110 | 110111 | 110100 |
Color Harmonies of #B2C841
Complementary color
Monochromatic Colors of #B2C841
Black with #B2C841
Text Example
Text Example
White with #B2C841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C841; }
p { color: rgb(178,200,65); }
H1.HeaderClassName
{
color: #B2C841;
}
.AnyTagClassName
{
color: #B2C841;
}
</style>
background-color css
<style>
a { background-color: #B2C841; }
a { background-color: rgb(178,200,65); }
div.DivClassName
{
background-color: #B2C841;
}
.BgClassName
{
background-color: #B2C841;
}
</style>
border-color css
<style>
span { border-color: #B2C841; }
span { border-color: rgb(178,200,65); }
td.TdClassName
{
border-color: #B2C841;
}
.TagClassName
{
border-color: #B2C841;
}
</style>