Shades of Celery #BCB840
Tints of Celery #BCB840
RGB
CMYK
RGB Variations
Color information
#BCB840 (or 0xBCB840) is known color: Celery. HEX triplet: BC, B8 and 40. RGB value is (188,184,64). Sum of RGB (Red+Green+Blue) = 188+184+64=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 184 (72.27% from 255 or 42.20% from 436); Blue value is 64 (25.39% from 255 or 14.68% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB840 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB840 is #4347BF. Grayscale: #ABABAB. Windows color (decimal): -4409280 or 4241596. OLE color: 4241596.
HSL color Cylindrical-coordinate representation of color #BCB840: hue angle of 58.06º degrees, saturation: 0.49, 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 #BCB840 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 184 | 64 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.26 |
| HSL | 58.06º | 0.49% | 0.49% | - |
| HSV(B) | 58.06º | 0.66% | 0.74% | - |
| XYZ | 38.8 | 45.34 | 11.56 | - |
| YUV | 171.52 | 67.33 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 184 | 64 | 0 | 0.02 | 0.66 | 0.26 | 58.06 | 0.49 | 0.49 |
| Hex | BC | B8 | 40 | 0 | 2 | 42 | 1A | 3A | 31 | 31 |
| Octal | 274 | 270 | 100 | 0 | 2 | 102 | 32 | 72 | 61 | 61 |
| Binary | 10111100 | 10111000 | 1000000 | 0 | 10 | 1000010 | 11010 | 111010 | 110001 | 110001 |
Color Harmonies of #BCB840
Complementary color
Monochromatic Colors of #BCB840
Black with #BCB840
Text Example
Text Example
White with #BCB840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB840; }
p { color: rgb(188,184,64); }
H1.HeaderClassName
{
color: #BCB840;
}
.AnyTagClassName
{
color: #BCB840;
}
</style>
background-color css
<style>
a { background-color: #BCB840; }
a { background-color: rgb(188,184,64); }
div.DivClassName
{
background-color: #BCB840;
}
.BgClassName
{
background-color: #BCB840;
}
</style>
border-color css
<style>
span { border-color: #BCB840; }
span { border-color: rgb(188,184,64); }
td.TdClassName
{
border-color: #BCB840;
}
.TagClassName
{
border-color: #BCB840;
}
</style>