Shades of Celery #B2C650
Tints of Celery #B2C650
RGB
CMYK
RGB Variations
Color information
#B2C650 (or 0xB2C650) is known color: Celery. HEX triplet: B2, C6 and 50. RGB value is (178,198,80). Sum of RGB (Red+Green+Blue) = 178+198+80=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 198 (77.73% from 255 or 43.42% from 456); Blue value is 80 (31.64% from 255 or 17.54% from 456); Max value from RGB is 198 - color contains mainly: green. Hex color #B2C650 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C650 is #4D39AF. Grayscale: #B3B3B3. Windows color (decimal): -5061040 or 5293746. OLE color: 5293746.
HSL color Cylindrical-coordinate representation of color #B2C650: hue angle of 70.17º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2C650 is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 198 | 80 | - |
| CMYK | 0.10 | 0 | 0.60 | 0.22 |
| HSL | 70.17º | 0.51% | 0.55% | - |
| HSV(B) | 70.17º | 0.6% | 0.78% | - |
| XYZ | 40 | 50.43 | 15.22 | - |
| YUV | 178.57 | 72.37 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 198 | 80 | 0.10 | 0 | 0.60 | 0.22 | 70.17 | 0.51 | 0.55 |
| Hex | B2 | C6 | 50 | A | 0 | 3C | 16 | 46 | 33 | 37 |
| Octal | 262 | 306 | 120 | 12 | 0 | 74 | 26 | 106 | 63 | 67 |
| Binary | 10110010 | 11000110 | 1010000 | 1010 | 0 | 111100 | 10110 | 1000110 | 110011 | 110111 |
Color Harmonies of #B2C650
Complementary color
Monochromatic Colors of #B2C650
Black with #B2C650
Text Example
Text Example
White with #B2C650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C650; }
p { color: rgb(178,198,80); }
H1.HeaderClassName
{
color: #B2C650;
}
.AnyTagClassName
{
color: #B2C650;
}
</style>
background-color css
<style>
a { background-color: #B2C650; }
a { background-color: rgb(178,198,80); }
div.DivClassName
{
background-color: #B2C650;
}
.BgClassName
{
background-color: #B2C650;
}
</style>
border-color css
<style>
span { border-color: #B2C650; }
span { border-color: rgb(178,198,80); }
td.TdClassName
{
border-color: #B2C650;
}
.TagClassName
{
border-color: #B2C650;
}
</style>