#BFC24A

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

Shades of Celery #BFC24A

Tints of Celery #BFC24A

Color information

#BFC24A (or 0xBFC24A) is unknown color: approx Celery. HEX triplet: BF, C2 and 4A. RGB value is (191,194,74). Sum of RGB (Red+Green+Blue) = 191+194+74=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 194 (76.17% from 255 or 42.27% from 459); Blue value is 74 (29.30% from 255 or 16.12% from 459); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC24A is #403DB5. Grayscale: #B3B3B3. Windows color (decimal): -4210102 or 4899519. OLE color: 4899519.

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

Color convert

RGB19119474-
CMYK0.0200.620.24
HSL61.5º49.59%52.55%-
HSV(B)61.5º61.86%76.08%-
XYZ42.0150.1513.94-
YUV179.4268.51136.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.61%
GREEN value IS 194 (76.17% from 255) = 42.27%
BLUE value IS 74 (29.30% from 255) = 16.12%
R=41.61%
G=42.27%
B=16.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal191194740.0200.620.2461.549.5952.55
HexBFC24A203E183e3235
Octal277302112207630766265
Binary1011111111000010100101010011111011000111110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC24A; }

 p { color: rgb(191,194,74); }

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

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

 a { background-color: rgb(191,194,74); }

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

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

 span { border-color: rgb(191,194,74); }

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