Shades of Celery #BEBB3F
Tints of Celery #BEBB3F
RGB
CMYK
RGB Variations
Color information
#BEBB3F (or 0xBEBB3F) is known color: Celery. HEX triplet: BE, BB and 3F. RGB value is (190,187,63). Sum of RGB (Red+Green+Blue) = 190+187+63=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 63 (25% from 255 or 14.32% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBB3F is #4144C0. Grayscale: #AEAEAE. Windows color (decimal): -4277441 or 4176830. OLE color: 4176830.
HSL color Cylindrical-coordinate representation of color #BEBB3F: hue angle of 58.58º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BEBB3F is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 187 | 63 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.25 |
| HSL | 58.58º | 0.5% | 0.5% | - |
| HSV(B) | 58.58º | 0.67% | 0.75% | - |
| XYZ | 39.9 | 46.85 | 11.64 | - |
| YUV | 173.76 | 65.49 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 187 | 63 | 0 | 0.02 | 0.67 | 0.25 | 58.58 | 0.5 | 0.5 |
| Hex | BE | BB | 3F | 0 | 2 | 43 | 19 | 3B | 32 | 32 |
| Octal | 276 | 273 | 77 | 0 | 2 | 103 | 31 | 73 | 62 | 62 |
| Binary | 10111110 | 10111011 | 111111 | 0 | 10 | 1000011 | 11001 | 111011 | 110010 | 110010 |
Color Harmonies of #BEBB3F
Complementary color
Monochromatic Colors of #BEBB3F
Black with #BEBB3F
Text Example
Text Example
White with #BEBB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBB3F; }
p { color: rgb(190,187,63); }
H1.HeaderClassName
{
color: #BEBB3F;
}
.AnyTagClassName
{
color: #BEBB3F;
}
</style>
background-color css
<style>
a { background-color: #BEBB3F; }
a { background-color: rgb(190,187,63); }
div.DivClassName
{
background-color: #BEBB3F;
}
.BgClassName
{
background-color: #BEBB3F;
}
</style>
border-color css
<style>
span { border-color: #BEBB3F; }
span { border-color: rgb(190,187,63); }
td.TdClassName
{
border-color: #BEBB3F;
}
.TagClassName
{
border-color: #BEBB3F;
}
</style>