Shades of Celery #BCC052
Tints of Celery #BCC052
RGB
CMYK
RGB Variations
Color information
#BCC052 (or 0xBCC052) is known color: Celery. HEX triplet: BC, C0 and 52. RGB value is (188,192,82). Sum of RGB (Red+Green+Blue) = 188+192+82=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 82 (32.42% from 255 or 17.75% from 462); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC052 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC052 is #433FAD. Grayscale: #B2B2B2. Windows color (decimal): -4407214 or 5423292. OLE color: 5423292.
HSL color Cylindrical-coordinate representation of color #BCC052: hue angle of 62.18º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCC052 is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 82 | - |
| CMYK | 0.02 | 0 | 0.57 | 0.25 |
| HSL | 62.18º | 0.47% | 0.54% | - |
| HSV(B) | 62.18º | 0.57% | 0.75% | - |
| XYZ | 41.11 | 49 | 15.27 | - |
| YUV | 178.26 | 73.67 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 82 | 0.02 | 0 | 0.57 | 0.25 | 62.18 | 0.47 | 0.54 |
| Hex | BC | C0 | 52 | 2 | 0 | 39 | 19 | 3E | 2F | 36 |
| Octal | 274 | 300 | 122 | 2 | 0 | 71 | 31 | 76 | 57 | 66 |
| Binary | 10111100 | 11000000 | 1010010 | 10 | 0 | 111001 | 11001 | 111110 | 101111 | 110110 |
Color Harmonies of #BCC052
Complementary color
Monochromatic Colors of #BCC052
Black with #BCC052
Text Example
Text Example
White with #BCC052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC052; }
p { color: rgb(188,192,82); }
H1.HeaderClassName
{
color: #BCC052;
}
.AnyTagClassName
{
color: #BCC052;
}
</style>
background-color css
<style>
a { background-color: #BCC052; }
a { background-color: rgb(188,192,82); }
div.DivClassName
{
background-color: #BCC052;
}
.BgClassName
{
background-color: #BCC052;
}
</style>
border-color css
<style>
span { border-color: #BCC052; }
span { border-color: rgb(188,192,82); }
td.TdClassName
{
border-color: #BCC052;
}
.TagClassName
{
border-color: #BCC052;
}
</style>