Shades of Celery #BECF4A
Tints of Celery #BECF4A
RGB
CMYK
RGB Variations
Color information
#BECF4A (or 0xBECF4A) is known color: Celery. HEX triplet: BE, CF and 4A. RGB value is (190,207,74). Sum of RGB (Red+Green+Blue) = 190+207+74=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 74 (29.30% from 255 or 15.71% from 471); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECF4A is #4130B5. Grayscale: #BBBBBB. Windows color (decimal): -4272310 or 4902846. OLE color: 4902846.
HSL color Cylindrical-coordinate representation of color #BECF4A: hue angle of 67.67º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BECF4A is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 207 | 74 | - |
| CMYK | 0.08 | 0 | 0.64 | 0.19 |
| HSL | 67.67º | 0.58% | 0.55% | - |
| HSV(B) | 67.67º | 0.64% | 0.81% | - |
| XYZ | 44.78 | 56.07 | 14.94 | - |
| YUV | 186.76 | 64.37 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 74 | 0.08 | 0 | 0.64 | 0.19 | 67.67 | 0.58 | 0.55 |
| Hex | BE | CF | 4A | 8 | 0 | 40 | 13 | 44 | 3A | 37 |
| Octal | 276 | 317 | 112 | 10 | 0 | 100 | 23 | 104 | 72 | 67 |
| Binary | 10111110 | 11001111 | 1001010 | 1000 | 0 | 1000000 | 10011 | 1000100 | 111010 | 110111 |
Color Harmonies of #BECF4A
Complementary color
Monochromatic Colors of #BECF4A
Black with #BECF4A
Text Example
Text Example
White with #BECF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECF4A; }
p { color: rgb(190,207,74); }
H1.HeaderClassName
{
color: #BECF4A;
}
.AnyTagClassName
{
color: #BECF4A;
}
</style>
background-color css
<style>
a { background-color: #BECF4A; }
a { background-color: rgb(190,207,74); }
div.DivClassName
{
background-color: #BECF4A;
}
.BgClassName
{
background-color: #BECF4A;
}
</style>
border-color css
<style>
span { border-color: #BECF4A; }
span { border-color: rgb(190,207,74); }
td.TdClassName
{
border-color: #BECF4A;
}
.TagClassName
{
border-color: #BECF4A;
}
</style>