Shades of Celery #BEC93F
Tints of Celery #BEC93F
RGB
CMYK
RGB Variations
Color information
#BEC93F (or 0xBEC93F) is known color: Celery. HEX triplet: BE, C9 and 3F. RGB value is (190,201,63). Sum of RGB (Red+Green+Blue) = 190+201+63=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 201 (78.91% from 255 or 44.27% from 454); Blue value is 63 (25% from 255 or 13.88% from 454); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC93F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC93F is #4136C0. Grayscale: #B6B6B6. Windows color (decimal): -4273857 or 4180414. OLE color: 4180414.
HSL color Cylindrical-coordinate representation of color #BEC93F: hue angle of 64.78º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BEC93F is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 63 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.21 |
| HSL | 64.78º | 0.56% | 0.52% | - |
| HSV(B) | 64.78º | 0.69% | 0.79% | - |
| XYZ | 43.02 | 53.08 | 12.68 | - |
| YUV | 181.98 | 60.86 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 63 | 0.05 | 0 | 0.69 | 0.21 | 64.78 | 0.56 | 0.52 |
| Hex | BE | C9 | 3F | 5 | 0 | 45 | 15 | 41 | 38 | 34 |
| Octal | 276 | 311 | 77 | 5 | 0 | 105 | 25 | 101 | 70 | 64 |
| Binary | 10111110 | 11001001 | 111111 | 101 | 0 | 1000101 | 10101 | 1000001 | 111000 | 110100 |
Color Harmonies of #BEC93F
Complementary color
Monochromatic Colors of #BEC93F
Black with #BEC93F
Text Example
Text Example
White with #BEC93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC93F; }
p { color: rgb(190,201,63); }
H1.HeaderClassName
{
color: #BEC93F;
}
.AnyTagClassName
{
color: #BEC93F;
}
</style>
background-color css
<style>
a { background-color: #BEC93F; }
a { background-color: rgb(190,201,63); }
div.DivClassName
{
background-color: #BEC93F;
}
.BgClassName
{
background-color: #BEC93F;
}
</style>
border-color css
<style>
span { border-color: #BEC93F; }
span { border-color: rgb(190,201,63); }
td.TdClassName
{
border-color: #BEC93F;
}
.TagClassName
{
border-color: #BEC93F;
}
</style>