Shades of Celery #BECA49
Tints of Celery #BECA49
RGB
CMYK
RGB Variations
Color information
#BECA49 (or 0xBECA49) is known color: Celery. HEX triplet: BE, CA and 49. RGB value is (190,202,73). Sum of RGB (Red+Green+Blue) = 190+202+73=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 73 (28.91% from 255 or 15.70% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECA49 is #4135B6. Grayscale: #B8B8B8. Windows color (decimal): -4273591 or 4836030. OLE color: 4836030.
HSL color Cylindrical-coordinate representation of color #BECA49: hue angle of 65.58º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BECA49 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 202 | 73 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.21 |
| HSL | 65.58º | 0.55% | 0.54% | - |
| HSV(B) | 65.58º | 0.64% | 0.79% | - |
| XYZ | 43.56 | 53.67 | 14.37 | - |
| YUV | 183.71 | 65.52 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 202 | 73 | 0.06 | 0 | 0.64 | 0.21 | 65.58 | 0.55 | 0.54 |
| Hex | BE | CA | 49 | 6 | 0 | 40 | 15 | 42 | 37 | 36 |
| Octal | 276 | 312 | 111 | 6 | 0 | 100 | 25 | 102 | 67 | 66 |
| Binary | 10111110 | 11001010 | 1001001 | 110 | 0 | 1000000 | 10101 | 1000010 | 110111 | 110110 |
Color Harmonies of #BECA49
Complementary color
Monochromatic Colors of #BECA49
Black with #BECA49
Text Example
Text Example
White with #BECA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECA49; }
p { color: rgb(190,202,73); }
H1.HeaderClassName
{
color: #BECA49;
}
.AnyTagClassName
{
color: #BECA49;
}
</style>
background-color css
<style>
a { background-color: #BECA49; }
a { background-color: rgb(190,202,73); }
div.DivClassName
{
background-color: #BECA49;
}
.BgClassName
{
background-color: #BECA49;
}
</style>
border-color css
<style>
span { border-color: #BECA49; }
span { border-color: rgb(190,202,73); }
td.TdClassName
{
border-color: #BECA49;
}
.TagClassName
{
border-color: #BECA49;
}
</style>