Shades of Celery #BCBE52
Tints of Celery #BCBE52
RGB
CMYK
RGB Variations
Color information
#BCBE52 (or 0xBCBE52) is known color: Celery. HEX triplet: BC, BE and 52. RGB value is (188,190,82). Sum of RGB (Red+Green+Blue) = 188+190+82=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 82 (32.42% from 255 or 17.83% from 460); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBE52 is #4341AD. Grayscale: #B1B1B1. Windows color (decimal): -4407726 or 5422780. OLE color: 5422780.
HSL color Cylindrical-coordinate representation of color #BCBE52: hue angle of 61.11º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCBE52 is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 190 | 82 | - |
| CMYK | 0.01 | 0 | 0.57 | 0.25 |
| HSL | 61.11º | 0.45% | 0.53% | - |
| HSV(B) | 61.11º | 0.57% | 0.75% | - |
| XYZ | 40.68 | 48.13 | 15.13 | - |
| YUV | 177.09 | 74.34 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 190 | 82 | 0.01 | 0 | 0.57 | 0.25 | 61.11 | 0.45 | 0.53 |
| Hex | BC | BE | 52 | 1 | 0 | 39 | 19 | 3D | 2D | 35 |
| Octal | 274 | 276 | 122 | 1 | 0 | 71 | 31 | 75 | 55 | 65 |
| Binary | 10111100 | 10111110 | 1010010 | 1 | 0 | 111001 | 11001 | 111101 | 101101 | 110101 |
Color Harmonies of #BCBE52
Complementary color
Monochromatic Colors of #BCBE52
Black with #BCBE52
Text Example
Text Example
White with #BCBE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBE52; }
p { color: rgb(188,190,82); }
H1.HeaderClassName
{
color: #BCBE52;
}
.AnyTagClassName
{
color: #BCBE52;
}
</style>
background-color css
<style>
a { background-color: #BCBE52; }
a { background-color: rgb(188,190,82); }
div.DivClassName
{
background-color: #BCBE52;
}
.BgClassName
{
background-color: #BCBE52;
}
</style>
border-color css
<style>
span { border-color: #BCBE52; }
span { border-color: rgb(188,190,82); }
td.TdClassName
{
border-color: #BCBE52;
}
.TagClassName
{
border-color: #BCBE52;
}
</style>