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