Shades of Celery #BFC950
Tints of Celery #BFC950
RGB
CMYK
RGB Variations
Color information
#BFC950 (or 0xBFC950) is known color: Celery. HEX triplet: BF, C9 and 50. RGB value is (191,201,80). Sum of RGB (Red+Green+Blue) = 191+201+80=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 80 (31.64% from 255 or 16.95% from 472); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC950 is #4036AF. Grayscale: #B8B8B8. Windows color (decimal): -4208304 or 5294527. OLE color: 5294527.
HSL color Cylindrical-coordinate representation of color #BFC950: hue angle of 64.96º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFC950 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 80 | - |
| CMYK | 0.05 | 0 | 0.60 | 0.21 |
| HSL | 64.96º | 0.53% | 0.55% | - |
| HSV(B) | 64.96º | 0.6% | 0.79% | - |
| XYZ | 43.82 | 53.43 | 15.59 | - |
| YUV | 184.22 | 69.19 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 80 | 0.05 | 0 | 0.60 | 0.21 | 64.96 | 0.53 | 0.55 |
| Hex | BF | C9 | 50 | 5 | 0 | 3C | 15 | 41 | 35 | 37 |
| Octal | 277 | 311 | 120 | 5 | 0 | 74 | 25 | 101 | 65 | 67 |
| Binary | 10111111 | 11001001 | 1010000 | 101 | 0 | 111100 | 10101 | 1000001 | 110101 | 110111 |
Color Harmonies of #BFC950
Complementary color
Monochromatic Colors of #BFC950
Black with #BFC950
Text Example
Text Example
White with #BFC950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC950; }
p { color: rgb(191,201,80); }
H1.HeaderClassName
{
color: #BFC950;
}
.AnyTagClassName
{
color: #BFC950;
}
</style>
background-color css
<style>
a { background-color: #BFC950; }
a { background-color: rgb(191,201,80); }
div.DivClassName
{
background-color: #BFC950;
}
.BgClassName
{
background-color: #BFC950;
}
</style>
border-color css
<style>
span { border-color: #BFC950; }
span { border-color: rgb(191,201,80); }
td.TdClassName
{
border-color: #BFC950;
}
.TagClassName
{
border-color: #BFC950;
}
</style>