Shades of Celery #BFCB45
Tints of Celery #BFCB45
RGB
CMYK
RGB Variations
Color information
#BFCB45 (or 0xBFCB45) is known color: Celery. HEX triplet: BF, CB and 45. RGB value is (191,203,69). Sum of RGB (Red+Green+Blue) = 191+203+69=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 69 (27.34% from 255 or 14.90% from 463); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCB45 is #4034BA. Grayscale: #B8B8B8. Windows color (decimal): -4207803 or 4574143. OLE color: 4574143.
HSL color Cylindrical-coordinate representation of color #BFCB45: hue angle of 65.37º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFCB45 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 203 | 69 | - |
| CMYK | 0.06 | 0 | 0.66 | 0.20 |
| HSL | 65.37º | 0.56% | 0.53% | - |
| HSV(B) | 65.37º | 0.66% | 0.8% | - |
| XYZ | 43.92 | 54.22 | 13.78 | - |
| YUV | 184.14 | 63.02 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 203 | 69 | 0.06 | 0 | 0.66 | 0.20 | 65.37 | 0.56 | 0.53 |
| Hex | BF | CB | 45 | 6 | 0 | 42 | 14 | 41 | 38 | 35 |
| Octal | 277 | 313 | 105 | 6 | 0 | 102 | 24 | 101 | 70 | 65 |
| Binary | 10111111 | 11001011 | 1000101 | 110 | 0 | 1000010 | 10100 | 1000001 | 111000 | 110101 |
Color Harmonies of #BFCB45
Complementary color
Monochromatic Colors of #BFCB45
Black with #BFCB45
Text Example
Text Example
White with #BFCB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCB45; }
p { color: rgb(191,203,69); }
H1.HeaderClassName
{
color: #BFCB45;
}
.AnyTagClassName
{
color: #BFCB45;
}
</style>
background-color css
<style>
a { background-color: #BFCB45; }
a { background-color: rgb(191,203,69); }
div.DivClassName
{
background-color: #BFCB45;
}
.BgClassName
{
background-color: #BFCB45;
}
</style>
border-color css
<style>
span { border-color: #BFCB45; }
span { border-color: rgb(191,203,69); }
td.TdClassName
{
border-color: #BFCB45;
}
.TagClassName
{
border-color: #BFCB45;
}
</style>