#bfc146

Color #BFC146 Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #BFC146

Tints of Celery #BFC146

Color information

#BFC146 (or 0xBFC146) is unknown color: approx Celery. HEX triplet: BF, C1 and 46. RGB value is (191,193,70). Sum of RGB (Red+Green+Blue) = 191+193+70=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 70 (27.73% from 255 or 15.42% from 454); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC146 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC146 is #403EB9. Grayscale: #B2B2B2. Windows color (decimal): -4210362 or 4637119. OLE color: 4637119.

HSL color Cylindrical-coordinate representation of color #BFC146: hue angle of 60.98º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFC146 is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB19119370-
CMYK0.0100.640.24
HSL60.98º49.8%51.57%-
HSV(B)60.98º63.73%75.69%-
XYZ41.6649.6613.18-
YUV178.3866.84137-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 42.07%
GREEN value IS 193 (75.78% from 255) = 42.51%
BLUE value IS 70 (27.73% from 255) = 15.42%
R=42.07%
G=42.51%
B=15.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal191193700.0100.640.2460.9849.851.57
HexBFC1461040183d3234
Octal2773011061010030756264
Binary1011111111000001100011010100000011000111101110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfc146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfc146; }

 p { color: rgb(191,193,70); }

 H1.HeaderClassName
 {
   color: #bfc146;
 }
 .AnyTagClassName
 {
   color: #bfc146;
 }
</style>
background-color css

<style>
 a { background-color: #bfc146; }

 a { background-color: rgb(191,193,70); }

 div.DivClassName
 {
   background-color: #bfc146;
 }
 .BgClassName
 {
   background-color: #bfc146;
 }
</style>
border-color css

<style>
 span { border-color: #bfc146; }

 span { border-color: rgb(191,193,70); }

 td.TdClassName
 {
   border-color: #bfc146;
 }
 .TagClassName
 {
   border-color: #bfc146;
 }
</style>