Shades of Celery #BFBD45
Tints of Celery #BFBD45
RGB
CMYK
RGB Variations
Color information
#BFBD45 (or 0xBFBD45) is known color: Celery. HEX triplet: BF, BD and 45. RGB value is (191,189,69). Sum of RGB (Red+Green+Blue) = 191+189+69=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 69 (27.34% from 255 or 15.37% from 449); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBD45 is #4042BA. Grayscale: #B0B0B0. Windows color (decimal): -4211387 or 4570559. OLE color: 4570559.
HSL color Cylindrical-coordinate representation of color #BFBD45: hue angle of 59.02º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFBD45 is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 189 | 69 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.25 |
| HSL | 59.02º | 0.49% | 0.51% | - |
| HSV(B) | 59.02º | 0.64% | 0.75% | - |
| XYZ | 40.76 | 47.9 | 12.73 | - |
| YUV | 175.92 | 67.66 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 189 | 69 | 0 | 0.01 | 0.64 | 0.25 | 59.02 | 0.49 | 0.51 |
| Hex | BF | BD | 45 | 0 | 1 | 40 | 19 | 3B | 31 | 33 |
| Octal | 277 | 275 | 105 | 0 | 1 | 100 | 31 | 73 | 61 | 63 |
| Binary | 10111111 | 10111101 | 1000101 | 0 | 1 | 1000000 | 11001 | 111011 | 110001 | 110011 |
Color Harmonies of #BFBD45
Complementary color
Monochromatic Colors of #BFBD45
Black with #BFBD45
Text Example
Text Example
White with #BFBD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBD45; }
p { color: rgb(191,189,69); }
H1.HeaderClassName
{
color: #BFBD45;
}
.AnyTagClassName
{
color: #BFBD45;
}
</style>
background-color css
<style>
a { background-color: #BFBD45; }
a { background-color: rgb(191,189,69); }
div.DivClassName
{
background-color: #BFBD45;
}
.BgClassName
{
background-color: #BFBD45;
}
</style>
border-color css
<style>
span { border-color: #BFBD45; }
span { border-color: rgb(191,189,69); }
td.TdClassName
{
border-color: #BFBD45;
}
.TagClassName
{
border-color: #BFBD45;
}
</style>