Shades of Celery #B5BC43
Tints of Celery #B5BC43
RGB
CMYK
RGB Variations
Color information
#B5BC43 (or 0xB5BC43) is known color: Celery. HEX triplet: B5, BC and 43. RGB value is (181,188,67). Sum of RGB (Red+Green+Blue) = 181+188+67=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 67 (26.56% from 255 or 15.37% from 436); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BC43 is #4A43BC. Grayscale: #ACACAC. Windows color (decimal): -4867005 or 4439221. OLE color: 4439221.
HSL color Cylindrical-coordinate representation of color #B5BC43: hue angle of 63.47º 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 #B5BC43 is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 188 | 67 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.26 |
| HSL | 63.47º | 0.47% | 0.5% | - |
| HSV(B) | 63.47º | 0.64% | 0.74% | - |
| XYZ | 38.05 | 46.2 | 12.22 | - |
| YUV | 172.11 | 68.68 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 188 | 67 | 0.04 | 0 | 0.64 | 0.26 | 63.47 | 0.47 | 0.5 |
| Hex | B5 | BC | 43 | 4 | 0 | 40 | 1A | 3F | 2F | 32 |
| Octal | 265 | 274 | 103 | 4 | 0 | 100 | 32 | 77 | 57 | 62 |
| Binary | 10110101 | 10111100 | 1000011 | 100 | 0 | 1000000 | 11010 | 111111 | 101111 | 110010 |
Color Harmonies of #B5BC43
Complementary color
Monochromatic Colors of #B5BC43
Black with #B5BC43
Text Example
Text Example
White with #B5BC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BC43; }
p { color: rgb(181,188,67); }
H1.HeaderClassName
{
color: #B5BC43;
}
.AnyTagClassName
{
color: #B5BC43;
}
</style>
background-color css
<style>
a { background-color: #B5BC43; }
a { background-color: rgb(181,188,67); }
div.DivClassName
{
background-color: #B5BC43;
}
.BgClassName
{
background-color: #B5BC43;
}
</style>
border-color css
<style>
span { border-color: #B5BC43; }
span { border-color: rgb(181,188,67); }
td.TdClassName
{
border-color: #B5BC43;
}
.TagClassName
{
border-color: #B5BC43;
}
</style>