Shades of Celery #BFBE45
Tints of Celery #BFBE45
RGB
CMYK
RGB Variations
Color information
#BFBE45 (or 0xBFBE45) is known color: Celery. HEX triplet: BF, BE and 45. RGB value is (191,190,69). Sum of RGB (Red+Green+Blue) = 191+190+69=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 69 (27.34% from 255 or 15.33% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBE45 is #4041BA. Grayscale: #B0B0B0. Windows color (decimal): -4211131 or 4570815. OLE color: 4570815.
HSL color Cylindrical-coordinate representation of color #BFBE45: hue angle of 59.51º 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 #BFBE45 is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 190 | 69 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.25 |
| HSL | 59.51º | 0.49% | 0.51% | - |
| HSV(B) | 59.51º | 0.64% | 0.75% | - |
| XYZ | 40.97 | 48.33 | 12.8 | - |
| YUV | 176.51 | 67.33 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 190 | 69 | 0 | 0.01 | 0.64 | 0.25 | 59.51 | 0.49 | 0.51 |
| Hex | BF | BE | 45 | 0 | 1 | 40 | 19 | 3C | 31 | 33 |
| Octal | 277 | 276 | 105 | 0 | 1 | 100 | 31 | 74 | 61 | 63 |
| Binary | 10111111 | 10111110 | 1000101 | 0 | 1 | 1000000 | 11001 | 111100 | 110001 | 110011 |
Color Harmonies of #BFBE45
Complementary color
Monochromatic Colors of #BFBE45
Black with #BFBE45
Text Example
Text Example
White with #BFBE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBE45; }
p { color: rgb(191,190,69); }
H1.HeaderClassName
{
color: #BFBE45;
}
.AnyTagClassName
{
color: #BFBE45;
}
</style>
background-color css
<style>
a { background-color: #BFBE45; }
a { background-color: rgb(191,190,69); }
div.DivClassName
{
background-color: #BFBE45;
}
.BgClassName
{
background-color: #BFBE45;
}
</style>
border-color css
<style>
span { border-color: #BFBE45; }
span { border-color: rgb(191,190,69); }
td.TdClassName
{
border-color: #BFBE45;
}
.TagClassName
{
border-color: #BFBE45;
}
</style>