Shades of Celery #BECB4E
Tints of Celery #BECB4E
RGB
CMYK
RGB Variations
Color information
#BECB4E (or 0xBECB4E) is known color: Celery. HEX triplet: BE, CB and 4E. RGB value is (190,203,78). Sum of RGB (Red+Green+Blue) = 190+203+78=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 78 (30.86% from 255 or 16.56% from 471); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECB4E is #4134B1. Grayscale: #B9B9B9. Windows color (decimal): -4273330 or 5163966. OLE color: 5163966.
HSL color Cylindrical-coordinate representation of color #BECB4E: hue angle of 66.24º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BECB4E is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 203 | 78 | - |
| CMYK | 0.06 | 0 | 0.62 | 0.20 |
| HSL | 66.24º | 0.55% | 0.55% | - |
| HSV(B) | 66.24º | 0.62% | 0.8% | - |
| XYZ | 43.97 | 54.21 | 15.35 | - |
| YUV | 184.86 | 67.69 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 203 | 78 | 0.06 | 0 | 0.62 | 0.20 | 66.24 | 0.55 | 0.55 |
| Hex | BE | CB | 4E | 6 | 0 | 3E | 14 | 42 | 37 | 37 |
| Octal | 276 | 313 | 116 | 6 | 0 | 76 | 24 | 102 | 67 | 67 |
| Binary | 10111110 | 11001011 | 1001110 | 110 | 0 | 111110 | 10100 | 1000010 | 110111 | 110111 |
Color Harmonies of #BECB4E
Complementary color
Monochromatic Colors of #BECB4E
Black with #BECB4E
Text Example
Text Example
White with #BECB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECB4E; }
p { color: rgb(190,203,78); }
H1.HeaderClassName
{
color: #BECB4E;
}
.AnyTagClassName
{
color: #BECB4E;
}
</style>
background-color css
<style>
a { background-color: #BECB4E; }
a { background-color: rgb(190,203,78); }
div.DivClassName
{
background-color: #BECB4E;
}
.BgClassName
{
background-color: #BECB4E;
}
</style>
border-color css
<style>
span { border-color: #BECB4E; }
span { border-color: rgb(190,203,78); }
td.TdClassName
{
border-color: #BECB4E;
}
.TagClassName
{
border-color: #BECB4E;
}
</style>