Shades of Celery #BCB93F
Tints of Celery #BCB93F
RGB
CMYK
RGB Variations
Color information
#BCB93F (or 0xBCB93F) is known color: Celery. HEX triplet: BC, B9 and 3F. RGB value is (188,185,63). Sum of RGB (Red+Green+Blue) = 188+185+63=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 185 (72.66% from 255 or 42.43% from 436); Blue value is 63 (25% from 255 or 14.45% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB93F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB93F is #4346C0. Grayscale: #ACACAC. Windows color (decimal): -4409025 or 4176316. OLE color: 4176316.
HSL color Cylindrical-coordinate representation of color #BCB93F: hue angle of 58.56º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCB93F is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 63 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.26 |
| HSL | 58.56º | 0.5% | 0.49% | - |
| HSV(B) | 58.56º | 0.66% | 0.74% | - |
| XYZ | 38.99 | 45.75 | 11.48 | - |
| YUV | 171.99 | 66.49 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 63 | 0 | 0.02 | 0.66 | 0.26 | 58.56 | 0.5 | 0.49 |
| Hex | BC | B9 | 3F | 0 | 2 | 42 | 1A | 3B | 32 | 31 |
| Octal | 274 | 271 | 77 | 0 | 2 | 102 | 32 | 73 | 62 | 61 |
| Binary | 10111100 | 10111001 | 111111 | 0 | 10 | 1000010 | 11010 | 111011 | 110010 | 110001 |
Color Harmonies of #BCB93F
Complementary color
Monochromatic Colors of #BCB93F
Black with #BCB93F
Text Example
Text Example
White with #BCB93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB93F; }
p { color: rgb(188,185,63); }
H1.HeaderClassName
{
color: #BCB93F;
}
.AnyTagClassName
{
color: #BCB93F;
}
</style>
background-color css
<style>
a { background-color: #BCB93F; }
a { background-color: rgb(188,185,63); }
div.DivClassName
{
background-color: #BCB93F;
}
.BgClassName
{
background-color: #BCB93F;
}
</style>
border-color css
<style>
span { border-color: #BCB93F; }
span { border-color: rgb(188,185,63); }
td.TdClassName
{
border-color: #BCB93F;
}
.TagClassName
{
border-color: #BCB93F;
}
</style>