Shades of Celery #B2C348
Tints of Celery #B2C348
RGB
CMYK
RGB Variations
Color information
#B2C348 (or 0xB2C348) is known color: Celery. HEX triplet: B2, C3 and 48. RGB value is (178,195,72). Sum of RGB (Red+Green+Blue) = 178+195+72=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 195 (76.56% from 255 or 43.82% from 445); Blue value is 72 (28.52% from 255 or 16.18% from 445); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C348 is #4D3CB7. Grayscale: #B0B0B0. Windows color (decimal): -5061816 or 4768690. OLE color: 4768690.
HSL color Cylindrical-coordinate representation of color #B2C348: hue angle of 68.29º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B2C348 is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 195 | 72 | - |
| CMYK | 0.09 | 0 | 0.63 | 0.24 |
| HSL | 68.29º | 0.51% | 0.52% | - |
| HSV(B) | 68.29º | 0.63% | 0.76% | - |
| XYZ | 39.04 | 48.96 | 13.52 | - |
| YUV | 175.9 | 69.37 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 195 | 72 | 0.09 | 0 | 0.63 | 0.24 | 68.29 | 0.51 | 0.52 |
| Hex | B2 | C3 | 48 | 9 | 0 | 3F | 18 | 44 | 33 | 34 |
| Octal | 262 | 303 | 110 | 11 | 0 | 77 | 30 | 104 | 63 | 64 |
| Binary | 10110010 | 11000011 | 1001000 | 1001 | 0 | 111111 | 11000 | 1000100 | 110011 | 110100 |
Color Harmonies of #B2C348
Complementary color
Monochromatic Colors of #B2C348
Black with #B2C348
Text Example
Text Example
White with #B2C348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C348; }
p { color: rgb(178,195,72); }
H1.HeaderClassName
{
color: #B2C348;
}
.AnyTagClassName
{
color: #B2C348;
}
</style>
background-color css
<style>
a { background-color: #B2C348; }
a { background-color: rgb(178,195,72); }
div.DivClassName
{
background-color: #B2C348;
}
.BgClassName
{
background-color: #B2C348;
}
</style>
border-color css
<style>
span { border-color: #B2C348; }
span { border-color: rgb(178,195,72); }
td.TdClassName
{
border-color: #B2C348;
}
.TagClassName
{
border-color: #B2C348;
}
</style>