Shades of Celery #B2BC4C
Tints of Celery #B2BC4C
RGB
CMYK
RGB Variations
Color information
#B2BC4C (or 0xB2BC4C) is known color: Celery. HEX triplet: B2, BC and 4C. RGB value is (178,188,76). Sum of RGB (Red+Green+Blue) = 178+188+76=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 76 (30.08% from 255 or 17.19% from 442); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BC4C is #4D43B3. Grayscale: #ACACAC. Windows color (decimal): -5063604 or 5029042. OLE color: 5029042.
HSL color Cylindrical-coordinate representation of color #B2BC4C: hue angle of 65.36º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2BC4C is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 188 | 76 | - |
| CMYK | 0.05 | 0 | 0.60 | 0.26 |
| HSL | 65.36º | 0.46% | 0.52% | - |
| HSV(B) | 65.36º | 0.6% | 0.74% | - |
| XYZ | 37.65 | 45.95 | 13.72 | - |
| YUV | 172.24 | 73.69 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 188 | 76 | 0.05 | 0 | 0.60 | 0.26 | 65.36 | 0.46 | 0.52 |
| Hex | B2 | BC | 4C | 5 | 0 | 3C | 1A | 41 | 2E | 34 |
| Octal | 262 | 274 | 114 | 5 | 0 | 74 | 32 | 101 | 56 | 64 |
| Binary | 10110010 | 10111100 | 1001100 | 101 | 0 | 111100 | 11010 | 1000001 | 101110 | 110100 |
Color Harmonies of #B2BC4C
Complementary color
Monochromatic Colors of #B2BC4C
Black with #B2BC4C
Text Example
Text Example
White with #B2BC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BC4C; }
p { color: rgb(178,188,76); }
H1.HeaderClassName
{
color: #B2BC4C;
}
.AnyTagClassName
{
color: #B2BC4C;
}
</style>
background-color css
<style>
a { background-color: #B2BC4C; }
a { background-color: rgb(178,188,76); }
div.DivClassName
{
background-color: #B2BC4C;
}
.BgClassName
{
background-color: #B2BC4C;
}
</style>
border-color css
<style>
span { border-color: #B2BC4C; }
span { border-color: rgb(178,188,76); }
td.TdClassName
{
border-color: #B2BC4C;
}
.TagClassName
{
border-color: #B2BC4C;
}
</style>