Shades of Celery #BECF4D
Tints of Celery #BECF4D
RGB
CMYK
RGB Variations
Color information
#BECF4D (or 0xBECF4D) is known color: Celery. HEX triplet: BE, CF and 4D. RGB value is (190,207,77). Sum of RGB (Red+Green+Blue) = 190+207+77=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 77 (30.47% from 255 or 16.24% from 474); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECF4D is #4130B2. Grayscale: #BBBBBB. Windows color (decimal): -4272307 or 5099454. OLE color: 5099454.
HSL color Cylindrical-coordinate representation of color #BECF4D: hue angle of 67.85º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BECF4D is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 207 | 77 | - |
| CMYK | 0.08 | 0 | 0.63 | 0.19 |
| HSL | 67.85º | 0.58% | 0.56% | - |
| HSV(B) | 67.85º | 0.63% | 0.81% | - |
| XYZ | 44.89 | 56.11 | 15.49 | - |
| YUV | 187.1 | 65.87 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 77 | 0.08 | 0 | 0.63 | 0.19 | 67.85 | 0.58 | 0.56 |
| Hex | BE | CF | 4D | 8 | 0 | 3F | 13 | 44 | 3A | 38 |
| Octal | 276 | 317 | 115 | 10 | 0 | 77 | 23 | 104 | 72 | 70 |
| Binary | 10111110 | 11001111 | 1001101 | 1000 | 0 | 111111 | 10011 | 1000100 | 111010 | 111000 |
Color Harmonies of #BECF4D
Complementary color
Monochromatic Colors of #BECF4D
Black with #BECF4D
Text Example
Text Example
White with #BECF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECF4D; }
p { color: rgb(190,207,77); }
H1.HeaderClassName
{
color: #BECF4D;
}
.AnyTagClassName
{
color: #BECF4D;
}
</style>
background-color css
<style>
a { background-color: #BECF4D; }
a { background-color: rgb(190,207,77); }
div.DivClassName
{
background-color: #BECF4D;
}
.BgClassName
{
background-color: #BECF4D;
}
</style>
border-color css
<style>
span { border-color: #BECF4D; }
span { border-color: rgb(190,207,77); }
td.TdClassName
{
border-color: #BECF4D;
}
.TagClassName
{
border-color: #BECF4D;
}
</style>