Shades of Celery #B5BC41
Tints of Celery #B5BC41
RGB
CMYK
RGB Variations
Color information
#B5BC41 (or 0xB5BC41) is known color: Celery. HEX triplet: B5, BC and 41. RGB value is (181,188,65). Sum of RGB (Red+Green+Blue) = 181+188+65=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 65 (25.78% from 255 or 14.98% from 434); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BC41 is #4A43BE. Grayscale: #ACACAC. Windows color (decimal): -4867007 or 4308149. OLE color: 4308149.
HSL color Cylindrical-coordinate representation of color #B5BC41: hue angle of 63.41º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B5BC41 is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 188 | 65 | - |
| CMYK | 0.04 | 0 | 0.65 | 0.26 |
| HSL | 63.41º | 0.49% | 0.5% | - |
| HSV(B) | 63.41º | 0.65% | 0.74% | - |
| XYZ | 37.99 | 46.17 | 11.91 | - |
| YUV | 171.89 | 67.68 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 188 | 65 | 0.04 | 0 | 0.65 | 0.26 | 63.41 | 0.49 | 0.5 |
| Hex | B5 | BC | 41 | 4 | 0 | 41 | 1A | 3F | 31 | 32 |
| Octal | 265 | 274 | 101 | 4 | 0 | 101 | 32 | 77 | 61 | 62 |
| Binary | 10110101 | 10111100 | 1000001 | 100 | 0 | 1000001 | 11010 | 111111 | 110001 | 110010 |
Color Harmonies of #B5BC41
Complementary color
Monochromatic Colors of #B5BC41
Black with #B5BC41
Text Example
Text Example
White with #B5BC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BC41; }
p { color: rgb(181,188,65); }
H1.HeaderClassName
{
color: #B5BC41;
}
.AnyTagClassName
{
color: #B5BC41;
}
</style>
background-color css
<style>
a { background-color: #B5BC41; }
a { background-color: rgb(181,188,65); }
div.DivClassName
{
background-color: #B5BC41;
}
.BgClassName
{
background-color: #B5BC41;
}
</style>
border-color css
<style>
span { border-color: #B5BC41; }
span { border-color: rgb(181,188,65); }
td.TdClassName
{
border-color: #B5BC41;
}
.TagClassName
{
border-color: #B5BC41;
}
</style>