Shades of Celery #BFCB4A
Tints of Celery #BFCB4A
RGB
CMYK
RGB Variations
Color information
#BFCB4A (or 0xBFCB4A) is known color: Celery. HEX triplet: BF, CB and 4A. RGB value is (191,203,74). Sum of RGB (Red+Green+Blue) = 191+203+74=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 74 (29.30% from 255 or 15.81% from 468); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCB4A is #4034B5. Grayscale: #B9B9B9. Windows color (decimal): -4207798 or 4901823. OLE color: 4901823.
HSL color Cylindrical-coordinate representation of color #BFCB4A: hue angle of 65.58º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFCB4A is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 203 | 74 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.20 |
| HSL | 65.58º | 0.55% | 0.54% | - |
| HSV(B) | 65.58º | 0.64% | 0.8% | - |
| XYZ | 44.08 | 54.28 | 14.63 | - |
| YUV | 184.71 | 65.52 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 203 | 74 | 0.06 | 0 | 0.64 | 0.20 | 65.58 | 0.55 | 0.54 |
| Hex | BF | CB | 4A | 6 | 0 | 40 | 14 | 42 | 37 | 36 |
| Octal | 277 | 313 | 112 | 6 | 0 | 100 | 24 | 102 | 67 | 66 |
| Binary | 10111111 | 11001011 | 1001010 | 110 | 0 | 1000000 | 10100 | 1000010 | 110111 | 110110 |
Color Harmonies of #BFCB4A
Complementary color
Monochromatic Colors of #BFCB4A
Black with #BFCB4A
Text Example
Text Example
White with #BFCB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCB4A; }
p { color: rgb(191,203,74); }
H1.HeaderClassName
{
color: #BFCB4A;
}
.AnyTagClassName
{
color: #BFCB4A;
}
</style>
background-color css
<style>
a { background-color: #BFCB4A; }
a { background-color: rgb(191,203,74); }
div.DivClassName
{
background-color: #BFCB4A;
}
.BgClassName
{
background-color: #BFCB4A;
}
</style>
border-color css
<style>
span { border-color: #BFCB4A; }
span { border-color: rgb(191,203,74); }
td.TdClassName
{
border-color: #BFCB4A;
}
.TagClassName
{
border-color: #BFCB4A;
}
</style>