Shades of Celery #B2BC43
Tints of Celery #B2BC43
RGB
CMYK
RGB Variations
Color information
#B2BC43 (or 0xB2BC43) is known color: Celery. HEX triplet: B2, BC and 43. RGB value is (178,188,67). Sum of RGB (Red+Green+Blue) = 178+188+67=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 67 (26.56% from 255 or 15.47% from 433); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BC43 is #4D43BC. Grayscale: #ABABAB. Windows color (decimal): -5063613 or 4439218. OLE color: 4439218.
HSL color Cylindrical-coordinate representation of color #B2BC43: hue angle of 64.96º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B2BC43 is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 188 | 67 | - |
| CMYK | 0.05 | 0 | 0.64 | 0.26 |
| HSL | 64.96º | 0.47% | 0.5% | - |
| HSV(B) | 64.96º | 0.64% | 0.74% | - |
| XYZ | 37.36 | 45.84 | 12.19 | - |
| YUV | 171.22 | 69.19 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 188 | 67 | 0.05 | 0 | 0.64 | 0.26 | 64.96 | 0.47 | 0.5 |
| Hex | B2 | BC | 43 | 5 | 0 | 40 | 1A | 41 | 2F | 32 |
| Octal | 262 | 274 | 103 | 5 | 0 | 100 | 32 | 101 | 57 | 62 |
| Binary | 10110010 | 10111100 | 1000011 | 101 | 0 | 1000000 | 11010 | 1000001 | 101111 | 110010 |
Color Harmonies of #B2BC43
Complementary color
Monochromatic Colors of #B2BC43
Black with #B2BC43
Text Example
Text Example
White with #B2BC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BC43; }
p { color: rgb(178,188,67); }
H1.HeaderClassName
{
color: #B2BC43;
}
.AnyTagClassName
{
color: #B2BC43;
}
</style>
background-color css
<style>
a { background-color: #B2BC43; }
a { background-color: rgb(178,188,67); }
div.DivClassName
{
background-color: #B2BC43;
}
.BgClassName
{
background-color: #B2BC43;
}
</style>
border-color css
<style>
span { border-color: #B2BC43; }
span { border-color: rgb(178,188,67); }
td.TdClassName
{
border-color: #B2BC43;
}
.TagClassName
{
border-color: #B2BC43;
}
</style>