Shades of Celery #BEC94C
Tints of Celery #BEC94C
RGB
CMYK
RGB Variations
Color information
#BEC94C (or 0xBEC94C) is known color: Celery. HEX triplet: BE, C9 and 4C. RGB value is (190,201,76). Sum of RGB (Red+Green+Blue) = 190+201+76=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 201 (78.91% from 255 or 43.04% from 467); Blue value is 76 (30.08% from 255 or 16.27% from 467); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC94C is #4136B3. Grayscale: #B7B7B7. Windows color (decimal): -4273844 or 5032382. OLE color: 5032382.
HSL color Cylindrical-coordinate representation of color #BEC94C: hue angle of 65.28º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BEC94C is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 76 | - |
| CMYK | 0.05 | 0 | 0.62 | 0.21 |
| HSL | 65.28º | 0.54% | 0.54% | - |
| HSV(B) | 65.28º | 0.62% | 0.79% | - |
| XYZ | 43.43 | 53.24 | 14.83 | - |
| YUV | 183.46 | 67.36 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 76 | 0.05 | 0 | 0.62 | 0.21 | 65.28 | 0.54 | 0.54 |
| Hex | BE | C9 | 4C | 5 | 0 | 3E | 15 | 41 | 36 | 36 |
| Octal | 276 | 311 | 114 | 5 | 0 | 76 | 25 | 101 | 66 | 66 |
| Binary | 10111110 | 11001001 | 1001100 | 101 | 0 | 111110 | 10101 | 1000001 | 110110 | 110110 |
Color Harmonies of #BEC94C
Complementary color
Monochromatic Colors of #BEC94C
Black with #BEC94C
Text Example
Text Example
White with #BEC94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC94C; }
p { color: rgb(190,201,76); }
H1.HeaderClassName
{
color: #BEC94C;
}
.AnyTagClassName
{
color: #BEC94C;
}
</style>
background-color css
<style>
a { background-color: #BEC94C; }
a { background-color: rgb(190,201,76); }
div.DivClassName
{
background-color: #BEC94C;
}
.BgClassName
{
background-color: #BEC94C;
}
</style>
border-color css
<style>
span { border-color: #BEC94C; }
span { border-color: rgb(190,201,76); }
td.TdClassName
{
border-color: #BEC94C;
}
.TagClassName
{
border-color: #BEC94C;
}
</style>