Shades of Celery #BFBA4B
Tints of Celery #BFBA4B
RGB
CMYK
RGB Variations
Color information
#BFBA4B (or 0xBFBA4B) is known color: Celery. HEX triplet: BF, BA and 4B. RGB value is (191,186,75). Sum of RGB (Red+Green+Blue) = 191+186+75=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 75 (29.69% from 255 or 16.59% from 452); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBA4B is #4045B4. Grayscale: #AFAFAF. Windows color (decimal): -4212149 or 4963007. OLE color: 4963007.
HSL color Cylindrical-coordinate representation of color #BFBA4B: hue angle of 57.41º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BFBA4B is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 186 | 75 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.25 |
| HSL | 57.41º | 0.48% | 0.52% | - |
| HSV(B) | 57.41º | 0.61% | 0.75% | - |
| XYZ | 40.31 | 46.7 | 13.55 | - |
| YUV | 174.84 | 71.66 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 75 | 0 | 0.03 | 0.61 | 0.25 | 57.41 | 0.48 | 0.52 |
| Hex | BF | BA | 4B | 0 | 3 | 3D | 19 | 39 | 30 | 34 |
| Octal | 277 | 272 | 113 | 0 | 3 | 75 | 31 | 71 | 60 | 64 |
| Binary | 10111111 | 10111010 | 1001011 | 0 | 11 | 111101 | 11001 | 111001 | 110000 | 110100 |
Color Harmonies of #BFBA4B
Complementary color
Monochromatic Colors of #BFBA4B
Black with #BFBA4B
Text Example
Text Example
White with #BFBA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBA4B; }
p { color: rgb(191,186,75); }
H1.HeaderClassName
{
color: #BFBA4B;
}
.AnyTagClassName
{
color: #BFBA4B;
}
</style>
background-color css
<style>
a { background-color: #BFBA4B; }
a { background-color: rgb(191,186,75); }
div.DivClassName
{
background-color: #BFBA4B;
}
.BgClassName
{
background-color: #BFBA4B;
}
</style>
border-color css
<style>
span { border-color: #BFBA4B; }
span { border-color: rgb(191,186,75); }
td.TdClassName
{
border-color: #BFBA4B;
}
.TagClassName
{
border-color: #BFBA4B;
}
</style>