Shades of Celery #B2C350
Tints of Celery #B2C350
RGB
CMYK
RGB Variations
Color information
#B2C350 (or 0xB2C350) is known color: Celery. HEX triplet: B2, C3 and 50. RGB value is (178,195,80). Sum of RGB (Red+Green+Blue) = 178+195+80=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 195 (76.56% from 255 or 43.05% from 453); Blue value is 80 (31.64% from 255 or 17.66% from 453); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C350 is #4D3CAF. Grayscale: #B1B1B1. Windows color (decimal): -5061808 or 5292978. OLE color: 5292978.
HSL color Cylindrical-coordinate representation of color #B2C350: hue angle of 68.87º degrees, saturation: 0.49, 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 #B2C350 is Cyan = 0.09, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 195 | 80 | - |
| CMYK | 0.09 | 0 | 0.59 | 0.24 |
| HSL | 68.87º | 0.49% | 0.54% | - |
| HSV(B) | 68.87º | 0.59% | 0.76% | - |
| XYZ | 39.32 | 49.07 | 14.99 | - |
| YUV | 176.81 | 73.37 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 195 | 80 | 0.09 | 0 | 0.59 | 0.24 | 68.87 | 0.49 | 0.54 |
| Hex | B2 | C3 | 50 | 9 | 0 | 3B | 18 | 45 | 31 | 36 |
| Octal | 262 | 303 | 120 | 11 | 0 | 73 | 30 | 105 | 61 | 66 |
| Binary | 10110010 | 11000011 | 1010000 | 1001 | 0 | 111011 | 11000 | 1000101 | 110001 | 110110 |
Color Harmonies of #B2C350
Complementary color
Monochromatic Colors of #B2C350
Black with #B2C350
Text Example
Text Example
White with #B2C350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C350; }
p { color: rgb(178,195,80); }
H1.HeaderClassName
{
color: #B2C350;
}
.AnyTagClassName
{
color: #B2C350;
}
</style>
background-color css
<style>
a { background-color: #B2C350; }
a { background-color: rgb(178,195,80); }
div.DivClassName
{
background-color: #B2C350;
}
.BgClassName
{
background-color: #B2C350;
}
</style>
border-color css
<style>
span { border-color: #B2C350; }
span { border-color: rgb(178,195,80); }
td.TdClassName
{
border-color: #B2C350;
}
.TagClassName
{
border-color: #B2C350;
}
</style>