Shades of Celery #BCBE3E
Tints of Celery #BCBE3E
RGB
CMYK
RGB Variations
Color information
#BCBE3E (or 0xBCBE3E) is known color: Celery. HEX triplet: BC, BE and 3E. RGB value is (188,190,62). Sum of RGB (Red+Green+Blue) = 188+190+62=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 62 (24.61% from 255 or 14.09% from 440); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBE3E is #4341C1. Grayscale: #AFAFAF. Windows color (decimal): -4407746 or 4112060. OLE color: 4112060.
HSL color Cylindrical-coordinate representation of color #BCBE3E: hue angle of 60.94º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BCBE3E is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 190 | 62 | - |
| CMYK | 0.01 | 0 | 0.67 | 0.25 |
| HSL | 60.94º | 0.51% | 0.49% | - |
| HSV(B) | 60.94º | 0.67% | 0.75% | - |
| XYZ | 40.02 | 47.87 | 11.69 | - |
| YUV | 174.81 | 64.34 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 190 | 62 | 0.01 | 0 | 0.67 | 0.25 | 60.94 | 0.51 | 0.49 |
| Hex | BC | BE | 3E | 1 | 0 | 43 | 19 | 3D | 33 | 31 |
| Octal | 274 | 276 | 76 | 1 | 0 | 103 | 31 | 75 | 63 | 61 |
| Binary | 10111100 | 10111110 | 111110 | 1 | 0 | 1000011 | 11001 | 111101 | 110011 | 110001 |
Color Harmonies of #BCBE3E
Complementary color
Monochromatic Colors of #BCBE3E
Black with #BCBE3E
Text Example
Text Example
White with #BCBE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBE3E; }
p { color: rgb(188,190,62); }
H1.HeaderClassName
{
color: #BCBE3E;
}
.AnyTagClassName
{
color: #BCBE3E;
}
</style>
background-color css
<style>
a { background-color: #BCBE3E; }
a { background-color: rgb(188,190,62); }
div.DivClassName
{
background-color: #BCBE3E;
}
.BgClassName
{
background-color: #BCBE3E;
}
</style>
border-color css
<style>
span { border-color: #BCBE3E; }
span { border-color: rgb(188,190,62); }
td.TdClassName
{
border-color: #BCBE3E;
}
.TagClassName
{
border-color: #BCBE3E;
}
</style>