Shades of Celery #BECF45
Tints of Celery #BECF45
RGB
CMYK
RGB Variations
Color information
#BECF45 (or 0xBECF45) is known color: Celery. HEX triplet: BE, CF and 45. RGB value is (190,207,69). Sum of RGB (Red+Green+Blue) = 190+207+69=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 69 (27.34% from 255 or 14.81% from 466); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECF45 is #4130BA. Grayscale: #BABABA. Windows color (decimal): -4272315 or 4575166. OLE color: 4575166.
HSL color Cylindrical-coordinate representation of color #BECF45: hue angle of 67.39º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BECF45 is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 207 | 69 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.19 |
| HSL | 67.39º | 0.59% | 0.54% | - |
| HSV(B) | 67.39º | 0.67% | 0.81% | - |
| XYZ | 44.62 | 56 | 14.09 | - |
| YUV | 186.19 | 61.87 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 69 | 0.08 | 0 | 0.67 | 0.19 | 67.39 | 0.59 | 0.54 |
| Hex | BE | CF | 45 | 8 | 0 | 43 | 13 | 43 | 3B | 36 |
| Octal | 276 | 317 | 105 | 10 | 0 | 103 | 23 | 103 | 73 | 66 |
| Binary | 10111110 | 11001111 | 1000101 | 1000 | 0 | 1000011 | 10011 | 1000011 | 111011 | 110110 |
Color Harmonies of #BECF45
Complementary color
Monochromatic Colors of #BECF45
Black with #BECF45
Text Example
Text Example
White with #BECF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECF45; }
p { color: rgb(190,207,69); }
H1.HeaderClassName
{
color: #BECF45;
}
.AnyTagClassName
{
color: #BECF45;
}
</style>
background-color css
<style>
a { background-color: #BECF45; }
a { background-color: rgb(190,207,69); }
div.DivClassName
{
background-color: #BECF45;
}
.BgClassName
{
background-color: #BECF45;
}
</style>
border-color css
<style>
span { border-color: #BECF45; }
span { border-color: rgb(190,207,69); }
td.TdClassName
{
border-color: #BECF45;
}
.TagClassName
{
border-color: #BECF45;
}
</style>