Shades of Celery #BEC03C
Tints of Celery #BEC03C
RGB
CMYK
RGB Variations
Color information
#BEC03C (or 0xBEC03C) is known color: Celery. HEX triplet: BE, C0 and 3C. RGB value is (190,192,60). Sum of RGB (Red+Green+Blue) = 190+192+60=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 60 (23.83% from 255 or 13.57% from 442); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC03C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC03C is #413FC3. Grayscale: #B0B0B0. Windows color (decimal): -4276164 or 3981502. OLE color: 3981502.
HSL color Cylindrical-coordinate representation of color #BEC03C: hue angle of 60.91º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BEC03C is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 60 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.25 |
| HSL | 60.91º | 0.52% | 0.49% | - |
| HSV(B) | 60.91º | 0.69% | 0.75% | - |
| XYZ | 40.9 | 48.97 | 11.57 | - |
| YUV | 176.35 | 62.34 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 60 | 0.01 | 0 | 0.69 | 0.25 | 60.91 | 0.52 | 0.49 |
| Hex | BE | C0 | 3C | 1 | 0 | 45 | 19 | 3D | 34 | 31 |
| Octal | 276 | 300 | 74 | 1 | 0 | 105 | 31 | 75 | 64 | 61 |
| Binary | 10111110 | 11000000 | 111100 | 1 | 0 | 1000101 | 11001 | 111101 | 110100 | 110001 |
Color Harmonies of #BEC03C
Complementary color
Monochromatic Colors of #BEC03C
Black with #BEC03C
Text Example
Text Example
White with #BEC03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC03C; }
p { color: rgb(190,192,60); }
H1.HeaderClassName
{
color: #BEC03C;
}
.AnyTagClassName
{
color: #BEC03C;
}
</style>
background-color css
<style>
a { background-color: #BEC03C; }
a { background-color: rgb(190,192,60); }
div.DivClassName
{
background-color: #BEC03C;
}
.BgClassName
{
background-color: #BEC03C;
}
</style>
border-color css
<style>
span { border-color: #BEC03C; }
span { border-color: rgb(190,192,60); }
td.TdClassName
{
border-color: #BEC03C;
}
.TagClassName
{
border-color: #BEC03C;
}
</style>