#BFC43C

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

Shades of Celery #BFC43C

Tints of Celery #BFC43C

Color information

#BFC43C (or 0xBFC43C) is unknown color: approx Celery. HEX triplet: BF, C4 and 3C. RGB value is (191,196,60). Sum of RGB (Red+Green+Blue) = 191+196+60=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 196 (76.95% from 255 or 43.85% from 447); Blue value is 60 (23.83% from 255 or 13.42% from 447); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC43C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC43C is #403BC3. Grayscale: #B3B3B3. Windows color (decimal): -4209604 or 3982527. OLE color: 3982527.

HSL color Cylindrical-coordinate representation of color #BFC43C: hue angle of 62.21º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BFC43C is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB19119660-
CMYK0.0300.690.23
HSL62.21º53.54%50.2%-
HSV(B)62.21º69.39%76.86%-
XYZ42.0450.8811.88-
YUV17960.84136.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.73%
GREEN value IS 196 (76.95% from 255) = 43.85%
BLUE value IS 60 (23.83% from 255) = 13.42%
R=42.73%
G=43.85%
B=13.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal191196600.0300.690.2362.2153.5450.2
HexBFC43C3045173e3632
Octal277304743010527766662
Binary1011111111000100111100110100010110111111110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC43C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC43C; }

 p { color: rgb(191,196,60); }

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

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

 a { background-color: rgb(191,196,60); }

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

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

 span { border-color: rgb(191,196,60); }

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