Shades of Celery #BCBA42
Tints of Celery #BCBA42
RGB
CMYK
RGB Variations
Color information
#BCBA42 (or 0xBCBA42) is known color: Celery. HEX triplet: BC, BA and 42. RGB value is (188,186,66). Sum of RGB (Red+Green+Blue) = 188+186+66=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 66 (26.17% from 255 or 15% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBA42 is #4345BD. Grayscale: #ADADAD. Windows color (decimal): -4408766 or 4373180. OLE color: 4373180.
HSL color Cylindrical-coordinate representation of color #BCBA42: hue angle of 59.02º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCBA42 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 66 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.26 |
| HSL | 59.02º | 0.48% | 0.5% | - |
| HSV(B) | 59.02º | 0.65% | 0.74% | - |
| XYZ | 39.28 | 46.2 | 12 | - |
| YUV | 172.92 | 67.66 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 66 | 0 | 0.01 | 0.65 | 0.26 | 59.02 | 0.48 | 0.5 |
| Hex | BC | BA | 42 | 0 | 1 | 41 | 1A | 3B | 30 | 32 |
| Octal | 274 | 272 | 102 | 0 | 1 | 101 | 32 | 73 | 60 | 62 |
| Binary | 10111100 | 10111010 | 1000010 | 0 | 1 | 1000001 | 11010 | 111011 | 110000 | 110010 |
Color Harmonies of #BCBA42
Complementary color
Monochromatic Colors of #BCBA42
Black with #BCBA42
Text Example
Text Example
White with #BCBA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBA42; }
p { color: rgb(188,186,66); }
H1.HeaderClassName
{
color: #BCBA42;
}
.AnyTagClassName
{
color: #BCBA42;
}
</style>
background-color css
<style>
a { background-color: #BCBA42; }
a { background-color: rgb(188,186,66); }
div.DivClassName
{
background-color: #BCBA42;
}
.BgClassName
{
background-color: #BCBA42;
}
</style>
border-color css
<style>
span { border-color: #BCBA42; }
span { border-color: rgb(188,186,66); }
td.TdClassName
{
border-color: #BCBA42;
}
.TagClassName
{
border-color: #BCBA42;
}
</style>