Shades of Celery #BCBF41
Tints of Celery #BCBF41
RGB
CMYK
RGB Variations
Color information
#BCBF41 (or 0xBCBF41) is known color: Celery. HEX triplet: BC, BF and 41. RGB value is (188,191,65). Sum of RGB (Red+Green+Blue) = 188+191+65=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 191 (75% from 255 or 43.02% from 444); Blue value is 65 (25.78% from 255 or 14.64% from 444); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBF41 is #4340BE. Grayscale: #B0B0B0. Windows color (decimal): -4407487 or 4308924. OLE color: 4308924.
HSL color Cylindrical-coordinate representation of color #BCBF41: hue angle of 61.43º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCBF41 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 191 | 65 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.25 |
| HSL | 61.43º | 0.5% | 0.5% | - |
| HSV(B) | 61.43º | 0.66% | 0.75% | - |
| XYZ | 40.32 | 48.33 | 12.21 | - |
| YUV | 175.74 | 65.51 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 191 | 65 | 0.02 | 0 | 0.66 | 0.25 | 61.43 | 0.5 | 0.5 |
| Hex | BC | BF | 41 | 2 | 0 | 42 | 19 | 3D | 32 | 32 |
| Octal | 274 | 277 | 101 | 2 | 0 | 102 | 31 | 75 | 62 | 62 |
| Binary | 10111100 | 10111111 | 1000001 | 10 | 0 | 1000010 | 11001 | 111101 | 110010 | 110010 |
Color Harmonies of #BCBF41
Complementary color
Monochromatic Colors of #BCBF41
Black with #BCBF41
Text Example
Text Example
White with #BCBF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBF41; }
p { color: rgb(188,191,65); }
H1.HeaderClassName
{
color: #BCBF41;
}
.AnyTagClassName
{
color: #BCBF41;
}
</style>
background-color css
<style>
a { background-color: #BCBF41; }
a { background-color: rgb(188,191,65); }
div.DivClassName
{
background-color: #BCBF41;
}
.BgClassName
{
background-color: #BCBF41;
}
</style>
border-color css
<style>
span { border-color: #BCBF41; }
span { border-color: rgb(188,191,65); }
td.TdClassName
{
border-color: #BCBF41;
}
.TagClassName
{
border-color: #BCBF41;
}
</style>