Shades of Celery #BCB84B
Tints of Celery #BCB84B
RGB
CMYK
RGB Variations
Color information
#BCB84B (or 0xBCB84B) is known color: Celery. HEX triplet: BC, B8 and 4B. RGB value is (188,184,75). Sum of RGB (Red+Green+Blue) = 188+184+75=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 184 (72.27% from 255 or 41.16% from 447); Blue value is 75 (29.69% from 255 or 16.78% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB84B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB84B is #4347B4. Grayscale: #ADADAD. Windows color (decimal): -4409269 or 4962492. OLE color: 4962492.
HSL color Cylindrical-coordinate representation of color #BCB84B: hue angle of 57.88º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCB84B is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 184 | 75 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.26 |
| HSL | 57.88º | 0.46% | 0.52% | - |
| HSV(B) | 57.88º | 0.6% | 0.74% | - |
| XYZ | 39.15 | 45.48 | 13.37 | - |
| YUV | 172.77 | 72.83 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 184 | 75 | 0 | 0.02 | 0.60 | 0.26 | 57.88 | 0.46 | 0.52 |
| Hex | BC | B8 | 4B | 0 | 2 | 3C | 1A | 3A | 2E | 34 |
| Octal | 274 | 270 | 113 | 0 | 2 | 74 | 32 | 72 | 56 | 64 |
| Binary | 10111100 | 10111000 | 1001011 | 0 | 10 | 111100 | 11010 | 111010 | 101110 | 110100 |
Color Harmonies of #BCB84B
Complementary color
Monochromatic Colors of #BCB84B
Black with #BCB84B
Text Example
Text Example
White with #BCB84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB84B; }
p { color: rgb(188,184,75); }
H1.HeaderClassName
{
color: #BCB84B;
}
.AnyTagClassName
{
color: #BCB84B;
}
</style>
background-color css
<style>
a { background-color: #BCB84B; }
a { background-color: rgb(188,184,75); }
div.DivClassName
{
background-color: #BCB84B;
}
.BgClassName
{
background-color: #BCB84B;
}
</style>
border-color css
<style>
span { border-color: #BCB84B; }
span { border-color: rgb(188,184,75); }
td.TdClassName
{
border-color: #BCB84B;
}
.TagClassName
{
border-color: #BCB84B;
}
</style>