Shades of Celery #BEBC45
Tints of Celery #BEBC45
RGB
CMYK
RGB Variations
Color information
#BEBC45 (or 0xBEBC45) is known color: Celery. HEX triplet: BE, BC and 45. RGB value is (190,188,69). Sum of RGB (Red+Green+Blue) = 190+188+69=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 69 (27.34% from 255 or 15.44% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBC45 is #4143BA. Grayscale: #AFAFAF. Windows color (decimal): -4277179 or 4570302. OLE color: 4570302.
HSL color Cylindrical-coordinate representation of color #BEBC45: hue angle of 59.01º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BEBC45 is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 188 | 69 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.25 |
| HSL | 59.01º | 0.48% | 0.51% | - |
| HSV(B) | 59.01º | 0.64% | 0.75% | - |
| XYZ | 40.29 | 47.34 | 12.64 | - |
| YUV | 175.03 | 68.16 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 188 | 69 | 0 | 0.01 | 0.64 | 0.25 | 59.01 | 0.48 | 0.51 |
| Hex | BE | BC | 45 | 0 | 1 | 40 | 19 | 3B | 30 | 33 |
| Octal | 276 | 274 | 105 | 0 | 1 | 100 | 31 | 73 | 60 | 63 |
| Binary | 10111110 | 10111100 | 1000101 | 0 | 1 | 1000000 | 11001 | 111011 | 110000 | 110011 |
Color Harmonies of #BEBC45
Complementary color
Monochromatic Colors of #BEBC45
Black with #BEBC45
Text Example
Text Example
White with #BEBC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBC45; }
p { color: rgb(190,188,69); }
H1.HeaderClassName
{
color: #BEBC45;
}
.AnyTagClassName
{
color: #BEBC45;
}
</style>
background-color css
<style>
a { background-color: #BEBC45; }
a { background-color: rgb(190,188,69); }
div.DivClassName
{
background-color: #BEBC45;
}
.BgClassName
{
background-color: #BEBC45;
}
</style>
border-color css
<style>
span { border-color: #BEBC45; }
span { border-color: rgb(190,188,69); }
td.TdClassName
{
border-color: #BEBC45;
}
.TagClassName
{
border-color: #BEBC45;
}
</style>