Shades of Celery #B2C250
Tints of Celery #B2C250
RGB
CMYK
RGB Variations
Color information
#B2C250 (or 0xB2C250) is known color: Celery. HEX triplet: B2, C2 and 50. RGB value is (178,194,80). Sum of RGB (Red+Green+Blue) = 178+194+80=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 194 (76.17% from 255 or 42.92% from 452); Blue value is 80 (31.64% from 255 or 17.70% from 452); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C250 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C250 is #4D3DAF. Grayscale: #B0B0B0. Windows color (decimal): -5062064 or 5292722. OLE color: 5292722.
HSL color Cylindrical-coordinate representation of color #B2C250: hue angle of 68.42º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B2C250 is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 194 | 80 | - |
| CMYK | 0.08 | 0 | 0.59 | 0.24 |
| HSL | 68.42º | 0.48% | 0.54% | - |
| HSV(B) | 68.42º | 0.59% | 0.76% | - |
| XYZ | 39.1 | 48.63 | 14.91 | - |
| YUV | 176.22 | 73.7 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 194 | 80 | 0.08 | 0 | 0.59 | 0.24 | 68.42 | 0.48 | 0.54 |
| Hex | B2 | C2 | 50 | 8 | 0 | 3B | 18 | 44 | 30 | 36 |
| Octal | 262 | 302 | 120 | 10 | 0 | 73 | 30 | 104 | 60 | 66 |
| Binary | 10110010 | 11000010 | 1010000 | 1000 | 0 | 111011 | 11000 | 1000100 | 110000 | 110110 |
Color Harmonies of #B2C250
Complementary color
Monochromatic Colors of #B2C250
Black with #B2C250
Text Example
Text Example
White with #B2C250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C250; }
p { color: rgb(178,194,80); }
H1.HeaderClassName
{
color: #B2C250;
}
.AnyTagClassName
{
color: #B2C250;
}
</style>
background-color css
<style>
a { background-color: #B2C250; }
a { background-color: rgb(178,194,80); }
div.DivClassName
{
background-color: #B2C250;
}
.BgClassName
{
background-color: #B2C250;
}
</style>
border-color css
<style>
span { border-color: #B2C250; }
span { border-color: rgb(178,194,80); }
td.TdClassName
{
border-color: #B2C250;
}
.TagClassName
{
border-color: #B2C250;
}
</style>