Shades of Celery #BEC341
Tints of Celery #BEC341
RGB
CMYK
RGB Variations
Color information
#BEC341 (or 0xBEC341) is known color: Celery. HEX triplet: BE, C3 and 41. RGB value is (190,195,65). Sum of RGB (Red+Green+Blue) = 190+195+65=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 195 (76.56% from 255 or 43.33% from 450); Blue value is 65 (25.78% from 255 or 14.44% from 450); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC341 is #413CBE. Grayscale: #B3B3B3. Windows color (decimal): -4275391 or 4309950. OLE color: 4309950.
HSL color Cylindrical-coordinate representation of color #BEC341: hue angle of 62.31º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BEC341 is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 195 | 65 | - |
| CMYK | 0.03 | 0 | 0.67 | 0.24 |
| HSL | 62.31º | 0.52% | 0.51% | - |
| HSV(B) | 62.31º | 0.67% | 0.76% | - |
| XYZ | 41.7 | 50.36 | 12.52 | - |
| YUV | 178.69 | 63.84 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 195 | 65 | 0.03 | 0 | 0.67 | 0.24 | 62.31 | 0.52 | 0.51 |
| Hex | BE | C3 | 41 | 3 | 0 | 43 | 18 | 3E | 34 | 33 |
| Octal | 276 | 303 | 101 | 3 | 0 | 103 | 30 | 76 | 64 | 63 |
| Binary | 10111110 | 11000011 | 1000001 | 11 | 0 | 1000011 | 11000 | 111110 | 110100 | 110011 |
Color Harmonies of #BEC341
Complementary color
Monochromatic Colors of #BEC341
Black with #BEC341
Text Example
Text Example
White with #BEC341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC341; }
p { color: rgb(190,195,65); }
H1.HeaderClassName
{
color: #BEC341;
}
.AnyTagClassName
{
color: #BEC341;
}
</style>
background-color css
<style>
a { background-color: #BEC341; }
a { background-color: rgb(190,195,65); }
div.DivClassName
{
background-color: #BEC341;
}
.BgClassName
{
background-color: #BEC341;
}
</style>
border-color css
<style>
span { border-color: #BEC341; }
span { border-color: rgb(190,195,65); }
td.TdClassName
{
border-color: #BEC341;
}
.TagClassName
{
border-color: #BEC341;
}
</style>