Shades of Celery #BFBE3F
Tints of Celery #BFBE3F
RGB
CMYK
RGB Variations
Color information
#BFBE3F (or 0xBFBE3F) is known color: Celery. HEX triplet: BF, BE and 3F. RGB value is (191,190,63). Sum of RGB (Red+Green+Blue) = 191+190+63=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 190 (74.61% from 255 or 42.79% from 444); Blue value is 63 (25% from 255 or 14.19% from 444); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBE3F is #4041C0. Grayscale: #B0B0B0. Windows color (decimal): -4211137 or 4177599. OLE color: 4177599.
HSL color Cylindrical-coordinate representation of color #BFBE3F: hue angle of 59.53º 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 #BFBE3F is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 190 | 63 | - |
| CMYK | 0 | 0.01 | 0.67 | 0.25 |
| HSL | 59.53º | 0.5% | 0.5% | - |
| HSV(B) | 59.53º | 0.67% | 0.75% | - |
| XYZ | 40.8 | 48.26 | 11.87 | - |
| YUV | 175.82 | 64.33 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 190 | 63 | 0 | 0.01 | 0.67 | 0.25 | 59.53 | 0.5 | 0.5 |
| Hex | BF | BE | 3F | 0 | 1 | 43 | 19 | 3C | 32 | 32 |
| Octal | 277 | 276 | 77 | 0 | 1 | 103 | 31 | 74 | 62 | 62 |
| Binary | 10111111 | 10111110 | 111111 | 0 | 1 | 1000011 | 11001 | 111100 | 110010 | 110010 |
Color Harmonies of #BFBE3F
Complementary color
Monochromatic Colors of #BFBE3F
Black with #BFBE3F
Text Example
Text Example
White with #BFBE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBE3F; }
p { color: rgb(191,190,63); }
H1.HeaderClassName
{
color: #BFBE3F;
}
.AnyTagClassName
{
color: #BFBE3F;
}
</style>
background-color css
<style>
a { background-color: #BFBE3F; }
a { background-color: rgb(191,190,63); }
div.DivClassName
{
background-color: #BFBE3F;
}
.BgClassName
{
background-color: #BFBE3F;
}
</style>
border-color css
<style>
span { border-color: #BFBE3F; }
span { border-color: rgb(191,190,63); }
td.TdClassName
{
border-color: #BFBE3F;
}
.TagClassName
{
border-color: #BFBE3F;
}
</style>