#BEC740

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

Shades of Celery #BEC740

Tints of Celery #BEC740

Color information

#BEC740 (or 0xBEC740) is unknown color: approx Celery. HEX triplet: BE, C7 and 40. RGB value is (190,199,64). Sum of RGB (Red+Green+Blue) = 190+199+64=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 199 (78.12% from 255 or 43.93% from 453); Blue value is 64 (25.39% from 255 or 14.13% from 453); Max value from RGB is 199 - color contains mainly: green. Hex color #BEC740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC740 is #4138BF. Grayscale: #B5B5B5. Windows color (decimal): -4274368 or 4245438. OLE color: 4245438.

HSL color Cylindrical-coordinate representation of color #BEC740: hue angle of 64º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BEC740 is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB19019964-
CMYK0.0500.680.22
HSL64º54.66%51.57%-
HSV(B)64º67.84%78.04%-
XYZ42.5852.1612.67-
YUV180.9262.02134.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.94%
GREEN value IS 199 (78.12% from 255) = 43.93%
BLUE value IS 64 (25.39% from 255) = 14.13%
R=41.94%
G=43.93%
B=14.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal190199640.0500.680.226454.6651.57
HexBEC740504416403734
Octal27630710050104261006764
Binary1011111011000111100000010101000100101101000000110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC740; }

 p { color: rgb(190,199,64); }

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

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

 a { background-color: rgb(190,199,64); }

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

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

 span { border-color: rgb(190,199,64); }

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