Shades of Celery #BEC038
Tints of Celery #BEC038
RGB
CMYK
RGB Variations
Color information
#BEC038 (or 0xBEC038) is known color: Celery. HEX triplet: BE, C0 and 38. RGB value is (190,192,56). Sum of RGB (Red+Green+Blue) = 190+192+56=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 56 (22.27% from 255 or 12.79% from 438); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC038 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC038 is #413FC7. Grayscale: #B0B0B0. Windows color (decimal): -4276168 or 3719358. OLE color: 3719358.
HSL color Cylindrical-coordinate representation of color #BEC038: hue angle of 60.88º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BEC038 is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 56 | - |
| CMYK | 0.01 | 0 | 0.71 | 0.25 |
| HSL | 60.88º | 0.55% | 0.49% | - |
| HSV(B) | 60.88º | 0.71% | 0.75% | - |
| XYZ | 40.8 | 48.93 | 11.04 | - |
| YUV | 175.9 | 60.34 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 56 | 0.01 | 0 | 0.71 | 0.25 | 60.88 | 0.55 | 0.49 |
| Hex | BE | C0 | 38 | 1 | 0 | 47 | 19 | 3D | 37 | 31 |
| Octal | 276 | 300 | 70 | 1 | 0 | 107 | 31 | 75 | 67 | 61 |
| Binary | 10111110 | 11000000 | 111000 | 1 | 0 | 1000111 | 11001 | 111101 | 110111 | 110001 |
Color Harmonies of #BEC038
Complementary color
Monochromatic Colors of #BEC038
Black with #BEC038
Text Example
Text Example
White with #BEC038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC038; }
p { color: rgb(190,192,56); }
H1.HeaderClassName
{
color: #BEC038;
}
.AnyTagClassName
{
color: #BEC038;
}
</style>
background-color css
<style>
a { background-color: #BEC038; }
a { background-color: rgb(190,192,56); }
div.DivClassName
{
background-color: #BEC038;
}
.BgClassName
{
background-color: #BEC038;
}
</style>
border-color css
<style>
span { border-color: #BEC038; }
span { border-color: rgb(190,192,56); }
td.TdClassName
{
border-color: #BEC038;
}
.TagClassName
{
border-color: #BEC038;
}
</style>