Shades of Celery #BFBE4D
Tints of Celery #BFBE4D
RGB
CMYK
RGB Variations
Color information
#BFBE4D (or 0xBFBE4D) is known color: Celery. HEX triplet: BF, BE and 4D. RGB value is (191,190,77). Sum of RGB (Red+Green+Blue) = 191+190+77=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 77 (30.47% from 255 or 16.81% from 458); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBE4D is #4041B2. Grayscale: #B1B1B1. Windows color (decimal): -4211123 or 5095103. OLE color: 5095103.
HSL color Cylindrical-coordinate representation of color #BFBE4D: hue angle of 59.47º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFBE4D is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 190 | 77 | - |
| CMYK | 0 | 0.01 | 0.60 | 0.25 |
| HSL | 59.47º | 0.47% | 0.53% | - |
| HSV(B) | 59.47º | 0.6% | 0.75% | - |
| XYZ | 41.24 | 48.44 | 14.2 | - |
| YUV | 177.42 | 71.33 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 190 | 77 | 0 | 0.01 | 0.60 | 0.25 | 59.47 | 0.47 | 0.53 |
| Hex | BF | BE | 4D | 0 | 1 | 3C | 19 | 3B | 2F | 35 |
| Octal | 277 | 276 | 115 | 0 | 1 | 74 | 31 | 73 | 57 | 65 |
| Binary | 10111111 | 10111110 | 1001101 | 0 | 1 | 111100 | 11001 | 111011 | 101111 | 110101 |
Color Harmonies of #BFBE4D
Complementary color
Monochromatic Colors of #BFBE4D
Black with #BFBE4D
Text Example
Text Example
White with #BFBE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBE4D; }
p { color: rgb(191,190,77); }
H1.HeaderClassName
{
color: #BFBE4D;
}
.AnyTagClassName
{
color: #BFBE4D;
}
</style>
background-color css
<style>
a { background-color: #BFBE4D; }
a { background-color: rgb(191,190,77); }
div.DivClassName
{
background-color: #BFBE4D;
}
.BgClassName
{
background-color: #BFBE4D;
}
</style>
border-color css
<style>
span { border-color: #BFBE4D; }
span { border-color: rgb(191,190,77); }
td.TdClassName
{
border-color: #BFBE4D;
}
.TagClassName
{
border-color: #BFBE4D;
}
</style>