Shades of Celery #BEBF3E
Tints of Celery #BEBF3E
RGB
CMYK
RGB Variations
Color information
#BEBF3E (or 0xBEBF3E) is known color: Celery. HEX triplet: BE, BF and 3E. RGB value is (190,191,62). Sum of RGB (Red+Green+Blue) = 190+191+62=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 62 (24.61% from 255 or 14.00% from 443); Max value from RGB is 191 - color contains mainly: green. Hex color #BEBF3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBF3E is #4140C1. Grayscale: #B0B0B0. Windows color (decimal): -4276418 or 4112318. OLE color: 4112318.
HSL color Cylindrical-coordinate representation of color #BEBF3E: hue angle of 60.47º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BEBF3E is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 191 | 62 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.25 |
| HSL | 60.47º | 0.51% | 0.5% | - |
| HSV(B) | 60.47º | 0.68% | 0.75% | - |
| XYZ | 40.74 | 48.56 | 11.78 | - |
| YUV | 176 | 63.67 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 191 | 62 | 0.01 | 0 | 0.68 | 0.25 | 60.47 | 0.51 | 0.5 |
| Hex | BE | BF | 3E | 1 | 0 | 44 | 19 | 3C | 33 | 32 |
| Octal | 276 | 277 | 76 | 1 | 0 | 104 | 31 | 74 | 63 | 62 |
| Binary | 10111110 | 10111111 | 111110 | 1 | 0 | 1000100 | 11001 | 111100 | 110011 | 110010 |
Color Harmonies of #BEBF3E
Complementary color
Monochromatic Colors of #BEBF3E
Black with #BEBF3E
Text Example
Text Example
White with #BEBF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBF3E; }
p { color: rgb(190,191,62); }
H1.HeaderClassName
{
color: #BEBF3E;
}
.AnyTagClassName
{
color: #BEBF3E;
}
</style>
background-color css
<style>
a { background-color: #BEBF3E; }
a { background-color: rgb(190,191,62); }
div.DivClassName
{
background-color: #BEBF3E;
}
.BgClassName
{
background-color: #BEBF3E;
}
</style>
border-color css
<style>
span { border-color: #BEBF3E; }
span { border-color: rgb(190,191,62); }
td.TdClassName
{
border-color: #BEBF3E;
}
.TagClassName
{
border-color: #BEBF3E;
}
</style>