Shades of Celery #BFCA4B
Tints of Celery #BFCA4B
RGB
CMYK
RGB Variations
Color information
#BFCA4B (or 0xBFCA4B) is known color: Celery. HEX triplet: BF, CA and 4B. RGB value is (191,202,75). Sum of RGB (Red+Green+Blue) = 191+202+75=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 75 (29.69% from 255 or 16.03% from 468); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCA4B is #4035B4. Grayscale: #B8B8B8. Windows color (decimal): -4208053 or 4967103. OLE color: 4967103.
HSL color Cylindrical-coordinate representation of color #BFCA4B: hue angle of 65.2º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BFCA4B is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 202 | 75 | - |
| CMYK | 0.05 | 0 | 0.63 | 0.21 |
| HSL | 65.2º | 0.55% | 0.54% | - |
| HSV(B) | 65.2º | 0.63% | 0.79% | - |
| XYZ | 43.88 | 53.83 | 14.73 | - |
| YUV | 184.23 | 66.36 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 202 | 75 | 0.05 | 0 | 0.63 | 0.21 | 65.2 | 0.55 | 0.54 |
| Hex | BF | CA | 4B | 5 | 0 | 3F | 15 | 41 | 37 | 36 |
| Octal | 277 | 312 | 113 | 5 | 0 | 77 | 25 | 101 | 67 | 66 |
| Binary | 10111111 | 11001010 | 1001011 | 101 | 0 | 111111 | 10101 | 1000001 | 110111 | 110110 |
Color Harmonies of #BFCA4B
Complementary color
Monochromatic Colors of #BFCA4B
Black with #BFCA4B
Text Example
Text Example
White with #BFCA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCA4B; }
p { color: rgb(191,202,75); }
H1.HeaderClassName
{
color: #BFCA4B;
}
.AnyTagClassName
{
color: #BFCA4B;
}
</style>
background-color css
<style>
a { background-color: #BFCA4B; }
a { background-color: rgb(191,202,75); }
div.DivClassName
{
background-color: #BFCA4B;
}
.BgClassName
{
background-color: #BFCA4B;
}
</style>
border-color css
<style>
span { border-color: #BFCA4B; }
span { border-color: rgb(191,202,75); }
td.TdClassName
{
border-color: #BFCA4B;
}
.TagClassName
{
border-color: #BFCA4B;
}
</style>