Shades of Celery #BCBF3E
Tints of Celery #BCBF3E
RGB
CMYK
RGB Variations
Color information
#BCBF3E (or 0xBCBF3E) is known color: Celery. HEX triplet: BC, BF and 3E. RGB value is (188,191,62). Sum of RGB (Red+Green+Blue) = 188+191+62=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 191 (75% from 255 or 43.31% from 441); Blue value is 62 (24.61% from 255 or 14.06% from 441); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBF3E is #4340C1. Grayscale: #AFAFAF. Windows color (decimal): -4407490 or 4112316. OLE color: 4112316.
HSL color Cylindrical-coordinate representation of color #BCBF3E: hue angle of 61.4º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCBF3E is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 191 | 62 | - |
| CMYK | 0.02 | 0 | 0.68 | 0.25 |
| HSL | 61.4º | 0.51% | 0.5% | - |
| HSV(B) | 61.4º | 0.68% | 0.75% | - |
| XYZ | 40.24 | 48.3 | 11.76 | - |
| YUV | 175.4 | 64.01 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 191 | 62 | 0.02 | 0 | 0.68 | 0.25 | 61.4 | 0.51 | 0.5 |
| Hex | BC | BF | 3E | 2 | 0 | 44 | 19 | 3D | 33 | 32 |
| Octal | 274 | 277 | 76 | 2 | 0 | 104 | 31 | 75 | 63 | 62 |
| Binary | 10111100 | 10111111 | 111110 | 10 | 0 | 1000100 | 11001 | 111101 | 110011 | 110010 |
Color Harmonies of #BCBF3E
Complementary color
Monochromatic Colors of #BCBF3E
Black with #BCBF3E
Text Example
Text Example
White with #BCBF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBF3E; }
p { color: rgb(188,191,62); }
H1.HeaderClassName
{
color: #BCBF3E;
}
.AnyTagClassName
{
color: #BCBF3E;
}
</style>
background-color css
<style>
a { background-color: #BCBF3E; }
a { background-color: rgb(188,191,62); }
div.DivClassName
{
background-color: #BCBF3E;
}
.BgClassName
{
background-color: #BCBF3E;
}
</style>
border-color css
<style>
span { border-color: #BCBF3E; }
span { border-color: rgb(188,191,62); }
td.TdClassName
{
border-color: #BCBF3E;
}
.TagClassName
{
border-color: #BCBF3E;
}
</style>