Shades of Celery #BECB41
Tints of Celery #BECB41
RGB
CMYK
RGB Variations
Color information
#BECB41 (or 0xBECB41) is known color: Celery. HEX triplet: BE, CB and 41. RGB value is (190,203,65). Sum of RGB (Red+Green+Blue) = 190+203+65=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 203 (79.69% from 255 or 44.32% from 458); Blue value is 65 (25.78% from 255 or 14.19% from 458); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECB41 is #4134BE. Grayscale: #B7B7B7. Windows color (decimal): -4273343 or 4311998. OLE color: 4311998.
HSL color Cylindrical-coordinate representation of color #BECB41: hue angle of 65.65º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BECB41 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 203 | 65 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.20 |
| HSL | 65.65º | 0.57% | 0.53% | - |
| HSV(B) | 65.65º | 0.68% | 0.8% | - |
| XYZ | 43.55 | 54.04 | 13.14 | - |
| YUV | 183.38 | 61.19 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 203 | 65 | 0.06 | 0 | 0.68 | 0.20 | 65.65 | 0.57 | 0.53 |
| Hex | BE | CB | 41 | 6 | 0 | 44 | 14 | 42 | 39 | 35 |
| Octal | 276 | 313 | 101 | 6 | 0 | 104 | 24 | 102 | 71 | 65 |
| Binary | 10111110 | 11001011 | 1000001 | 110 | 0 | 1000100 | 10100 | 1000010 | 111001 | 110101 |
Color Harmonies of #BECB41
Complementary color
Monochromatic Colors of #BECB41
Black with #BECB41
Text Example
Text Example
White with #BECB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECB41; }
p { color: rgb(190,203,65); }
H1.HeaderClassName
{
color: #BECB41;
}
.AnyTagClassName
{
color: #BECB41;
}
</style>
background-color css
<style>
a { background-color: #BECB41; }
a { background-color: rgb(190,203,65); }
div.DivClassName
{
background-color: #BECB41;
}
.BgClassName
{
background-color: #BECB41;
}
</style>
border-color css
<style>
span { border-color: #BECB41; }
span { border-color: rgb(190,203,65); }
td.TdClassName
{
border-color: #BECB41;
}
.TagClassName
{
border-color: #BECB41;
}
</style>