Shades of Celery #BCB84A
Tints of Celery #BCB84A
RGB
CMYK
RGB Variations
Color information
#BCB84A (or 0xBCB84A) is known color: Celery. HEX triplet: BC, B8 and 4A. RGB value is (188,184,74). Sum of RGB (Red+Green+Blue) = 188+184+74=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 184 (72.27% from 255 or 41.26% from 446); Blue value is 74 (29.30% from 255 or 16.59% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB84A is #4347B5. Grayscale: #ADADAD. Windows color (decimal): -4409270 or 4896956. OLE color: 4896956.
HSL color Cylindrical-coordinate representation of color #BCB84A: hue angle of 57.89º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCB84A is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 184 | 74 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.26 |
| HSL | 57.89º | 0.46% | 0.51% | - |
| HSV(B) | 57.89º | 0.61% | 0.74% | - |
| XYZ | 39.12 | 45.47 | 13.19 | - |
| YUV | 172.66 | 72.33 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 184 | 74 | 0 | 0.02 | 0.61 | 0.26 | 57.89 | 0.46 | 0.51 |
| Hex | BC | B8 | 4A | 0 | 2 | 3D | 1A | 3A | 2E | 33 |
| Octal | 274 | 270 | 112 | 0 | 2 | 75 | 32 | 72 | 56 | 63 |
| Binary | 10111100 | 10111000 | 1001010 | 0 | 10 | 111101 | 11010 | 111010 | 101110 | 110011 |
Color Harmonies of #BCB84A
Complementary color
Monochromatic Colors of #BCB84A
Black with #BCB84A
Text Example
Text Example
White with #BCB84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB84A; }
p { color: rgb(188,184,74); }
H1.HeaderClassName
{
color: #BCB84A;
}
.AnyTagClassName
{
color: #BCB84A;
}
</style>
background-color css
<style>
a { background-color: #BCB84A; }
a { background-color: rgb(188,184,74); }
div.DivClassName
{
background-color: #BCB84A;
}
.BgClassName
{
background-color: #BCB84A;
}
</style>
border-color css
<style>
span { border-color: #BCB84A; }
span { border-color: rgb(188,184,74); }
td.TdClassName
{
border-color: #BCB84A;
}
.TagClassName
{
border-color: #BCB84A;
}
</style>