Shades of Celery #BEC941
Tints of Celery #BEC941
RGB
CMYK
RGB Variations
Color information
#BEC941 (or 0xBEC941) is known color: Celery. HEX triplet: BE, C9 and 41. RGB value is (190,201,65). Sum of RGB (Red+Green+Blue) = 190+201+65=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 201 (78.91% from 255 or 44.08% from 456); Blue value is 65 (25.78% from 255 or 14.25% from 456); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC941 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC941 is #4136BE. Grayscale: #B6B6B6. Windows color (decimal): -4273855 or 4311486. OLE color: 4311486.
HSL color Cylindrical-coordinate representation of color #BEC941: hue angle of 64.85º 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 #BEC941 is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 65 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.21 |
| HSL | 64.85º | 0.56% | 0.52% | - |
| HSV(B) | 64.85º | 0.68% | 0.79% | - |
| XYZ | 43.08 | 53.1 | 12.98 | - |
| YUV | 182.21 | 61.86 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 65 | 0.05 | 0 | 0.68 | 0.21 | 64.85 | 0.56 | 0.52 |
| Hex | BE | C9 | 41 | 5 | 0 | 44 | 15 | 41 | 38 | 34 |
| Octal | 276 | 311 | 101 | 5 | 0 | 104 | 25 | 101 | 70 | 64 |
| Binary | 10111110 | 11001001 | 1000001 | 101 | 0 | 1000100 | 10101 | 1000001 | 111000 | 110100 |
Color Harmonies of #BEC941
Complementary color
Monochromatic Colors of #BEC941
Black with #BEC941
Text Example
Text Example
White with #BEC941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC941; }
p { color: rgb(190,201,65); }
H1.HeaderClassName
{
color: #BEC941;
}
.AnyTagClassName
{
color: #BEC941;
}
</style>
background-color css
<style>
a { background-color: #BEC941; }
a { background-color: rgb(190,201,65); }
div.DivClassName
{
background-color: #BEC941;
}
.BgClassName
{
background-color: #BEC941;
}
</style>
border-color css
<style>
span { border-color: #BEC941; }
span { border-color: rgb(190,201,65); }
td.TdClassName
{
border-color: #BEC941;
}
.TagClassName
{
border-color: #BEC941;
}
</style>