Shades of Celery #BFCA3F
Tints of Celery #BFCA3F
RGB
CMYK
RGB Variations
Color information
#BFCA3F (or 0xBFCA3F) is known color: Celery. HEX triplet: BF, CA and 3F. RGB value is (191,202,63). Sum of RGB (Red+Green+Blue) = 191+202+63=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 63 (25% from 255 or 13.82% from 456); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCA3F is #4035C0. Grayscale: #B7B7B7. Windows color (decimal): -4208065 or 4180671. OLE color: 4180671.
HSL color Cylindrical-coordinate representation of color #BFCA3F: hue angle of 64.75º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BFCA3F is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 202 | 63 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.21 |
| HSL | 64.75º | 0.57% | 0.52% | - |
| HSV(B) | 64.75º | 0.69% | 0.79% | - |
| XYZ | 43.5 | 53.68 | 12.77 | - |
| YUV | 182.87 | 60.36 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 202 | 63 | 0.05 | 0 | 0.69 | 0.21 | 64.75 | 0.57 | 0.52 |
| Hex | BF | CA | 3F | 5 | 0 | 45 | 15 | 41 | 39 | 34 |
| Octal | 277 | 312 | 77 | 5 | 0 | 105 | 25 | 101 | 71 | 64 |
| Binary | 10111111 | 11001010 | 111111 | 101 | 0 | 1000101 | 10101 | 1000001 | 111001 | 110100 |
Color Harmonies of #BFCA3F
Complementary color
Monochromatic Colors of #BFCA3F
Black with #BFCA3F
Text Example
Text Example
White with #BFCA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCA3F; }
p { color: rgb(191,202,63); }
H1.HeaderClassName
{
color: #BFCA3F;
}
.AnyTagClassName
{
color: #BFCA3F;
}
</style>
background-color css
<style>
a { background-color: #BFCA3F; }
a { background-color: rgb(191,202,63); }
div.DivClassName
{
background-color: #BFCA3F;
}
.BgClassName
{
background-color: #BFCA3F;
}
</style>
border-color css
<style>
span { border-color: #BFCA3F; }
span { border-color: rgb(191,202,63); }
td.TdClassName
{
border-color: #BFCA3F;
}
.TagClassName
{
border-color: #BFCA3F;
}
</style>