#BFC63E

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

Shades of Celery #BFC63E

Tints of Celery #BFC63E

Color information

#BFC63E (or 0xBFC63E) is unknown color: approx Celery. HEX triplet: BF, C6 and 3E. RGB value is (191,198,62). Sum of RGB (Red+Green+Blue) = 191+198+62=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 198 (77.73% from 255 or 43.90% from 451); Blue value is 62 (24.61% from 255 or 13.75% from 451); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC63E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC63E is #4039C1. Grayscale: #B4B4B4. Windows color (decimal): -4209090 or 4114111. OLE color: 4114111.

HSL color Cylindrical-coordinate representation of color #BFC63E: hue angle of 63.09º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BFC63E is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB19119862-
CMYK0.0400.690.22
HSL63.09º54.4%50.98%-
HSV(B)63.09º68.69%77.65%-
XYZ42.5551.8112.32-
YUV180.461.18135.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.35%
GREEN value IS 198 (77.73% from 255) = 43.90%
BLUE value IS 62 (24.61% from 255) = 13.75%
R=42.35%
G=43.90%
B=13.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal191198620.0400.690.2263.0954.450.98
HexBFC63E4045163f3633
Octal277306764010526776663
Binary10111111110001101111101000100010110110111111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC63E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC63E; }

 p { color: rgb(191,198,62); }

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

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

 a { background-color: rgb(191,198,62); }

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

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

 span { border-color: rgb(191,198,62); }

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