Shades of Celery #BEC940
Tints of Celery #BEC940
RGB
CMYK
RGB Variations
Color information
#BEC940 (or 0xBEC940) is known color: Celery. HEX triplet: BE, C9 and 40. RGB value is (190,201,64). Sum of RGB (Red+Green+Blue) = 190+201+64=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 201 (78.91% from 255 or 44.18% from 455); Blue value is 64 (25.39% from 255 or 14.07% from 455); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC940 is #4136BF. Grayscale: #B6B6B6. Windows color (decimal): -4273856 or 4245950. OLE color: 4245950.
HSL color Cylindrical-coordinate representation of color #BEC940: hue angle of 64.82º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BEC940 is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 64 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.21 |
| HSL | 64.82º | 0.56% | 0.52% | - |
| HSV(B) | 64.82º | 0.68% | 0.79% | - |
| XYZ | 43.05 | 53.09 | 12.83 | - |
| YUV | 182.09 | 61.36 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 64 | 0.05 | 0 | 0.68 | 0.21 | 64.82 | 0.56 | 0.52 |
| Hex | BE | C9 | 40 | 5 | 0 | 44 | 15 | 41 | 38 | 34 |
| Octal | 276 | 311 | 100 | 5 | 0 | 104 | 25 | 101 | 70 | 64 |
| Binary | 10111110 | 11001001 | 1000000 | 101 | 0 | 1000100 | 10101 | 1000001 | 111000 | 110100 |
Color Harmonies of #BEC940
Complementary color
Monochromatic Colors of #BEC940
Black with #BEC940
Text Example
Text Example
White with #BEC940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC940; }
p { color: rgb(190,201,64); }
H1.HeaderClassName
{
color: #BEC940;
}
.AnyTagClassName
{
color: #BEC940;
}
</style>
background-color css
<style>
a { background-color: #BEC940; }
a { background-color: rgb(190,201,64); }
div.DivClassName
{
background-color: #BEC940;
}
.BgClassName
{
background-color: #BEC940;
}
</style>
border-color css
<style>
span { border-color: #BEC940; }
span { border-color: rgb(190,201,64); }
td.TdClassName
{
border-color: #BEC940;
}
.TagClassName
{
border-color: #BEC940;
}
</style>