Shades of Celery #BFBC3F
Tints of Celery #BFBC3F
RGB
CMYK
RGB Variations
Color information
#BFBC3F (or 0xBFBC3F) is known color: Celery. HEX triplet: BF, BC and 3F. RGB value is (191,188,63). Sum of RGB (Red+Green+Blue) = 191+188+63=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 63 (25% from 255 or 14.25% from 442); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBC3F is #4043C0. Grayscale: #AFAFAF. Windows color (decimal): -4211649 or 4177087. OLE color: 4177087.
HSL color Cylindrical-coordinate representation of color #BFBC3F: hue angle of 58.59º 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 #BFBC3F is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 188 | 63 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.25 |
| HSL | 58.59º | 0.5% | 0.5% | - |
| HSV(B) | 58.59º | 0.67% | 0.75% | - |
| XYZ | 40.37 | 47.4 | 11.72 | - |
| YUV | 174.65 | 64.99 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 188 | 63 | 0 | 0.02 | 0.67 | 0.25 | 58.59 | 0.5 | 0.5 |
| Hex | BF | BC | 3F | 0 | 2 | 43 | 19 | 3B | 32 | 32 |
| Octal | 277 | 274 | 77 | 0 | 2 | 103 | 31 | 73 | 62 | 62 |
| Binary | 10111111 | 10111100 | 111111 | 0 | 10 | 1000011 | 11001 | 111011 | 110010 | 110010 |
Color Harmonies of #BFBC3F
Complementary color
Monochromatic Colors of #BFBC3F
Black with #BFBC3F
Text Example
Text Example
White with #BFBC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBC3F; }
p { color: rgb(191,188,63); }
H1.HeaderClassName
{
color: #BFBC3F;
}
.AnyTagClassName
{
color: #BFBC3F;
}
</style>
background-color css
<style>
a { background-color: #BFBC3F; }
a { background-color: rgb(191,188,63); }
div.DivClassName
{
background-color: #BFBC3F;
}
.BgClassName
{
background-color: #BFBC3F;
}
</style>
border-color css
<style>
span { border-color: #BFBC3F; }
span { border-color: rgb(191,188,63); }
td.TdClassName
{
border-color: #BFBC3F;
}
.TagClassName
{
border-color: #BFBC3F;
}
</style>