Shades of Celery #BFBC3E
Tints of Celery #BFBC3E
RGB
CMYK
RGB Variations
Color information
#BFBC3E (or 0xBFBC3E) is known color: Celery. HEX triplet: BF, BC and 3E. RGB value is (191,188,62). Sum of RGB (Red+Green+Blue) = 191+188+62=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 62 (24.61% from 255 or 14.06% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBC3E is #4043C1. Grayscale: #AFAFAF. Windows color (decimal): -4211650 or 4111551. OLE color: 4111551.
HSL color Cylindrical-coordinate representation of color #BFBC3E: hue angle of 58.6º 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 #BFBC3E is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 188 | 62 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.25 |
| HSL | 58.6º | 0.51% | 0.5% | - |
| HSV(B) | 58.6º | 0.68% | 0.75% | - |
| XYZ | 40.34 | 47.39 | 11.58 | - |
| YUV | 174.53 | 64.49 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 188 | 62 | 0 | 0.02 | 0.68 | 0.25 | 58.6 | 0.51 | 0.5 |
| Hex | BF | BC | 3E | 0 | 2 | 44 | 19 | 3B | 33 | 32 |
| Octal | 277 | 274 | 76 | 0 | 2 | 104 | 31 | 73 | 63 | 62 |
| Binary | 10111111 | 10111100 | 111110 | 0 | 10 | 1000100 | 11001 | 111011 | 110011 | 110010 |
Color Harmonies of #BFBC3E
Complementary color
Monochromatic Colors of #BFBC3E
Black with #BFBC3E
Text Example
Text Example
White with #BFBC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBC3E; }
p { color: rgb(191,188,62); }
H1.HeaderClassName
{
color: #BFBC3E;
}
.AnyTagClassName
{
color: #BFBC3E;
}
</style>
background-color css
<style>
a { background-color: #BFBC3E; }
a { background-color: rgb(191,188,62); }
div.DivClassName
{
background-color: #BFBC3E;
}
.BgClassName
{
background-color: #BFBC3E;
}
</style>
border-color css
<style>
span { border-color: #BFBC3E; }
span { border-color: rgb(191,188,62); }
td.TdClassName
{
border-color: #BFBC3E;
}
.TagClassName
{
border-color: #BFBC3E;
}
</style>