#BEC64C

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

Shades of Celery #BEC64C

Tints of Celery #BEC64C

Color information

#BEC64C (or 0xBEC64C) is unknown color: approx Celery. HEX triplet: BE, C6 and 4C. RGB value is (190,198,76). Sum of RGB (Red+Green+Blue) = 190+198+76=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 198 (77.73% from 255 or 42.67% from 464); Blue value is 76 (30.08% from 255 or 16.38% from 464); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC64C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC64C is #4139B3. Grayscale: #B6B6B6. Windows color (decimal): -4274612 or 5031614. OLE color: 5031614.

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

Color convert

RGB19019876-
CMYK0.0400.620.22
HSL63.93º51.69%53.73%-
HSV(B)63.93º61.62%77.65%-
XYZ42.7351.8614.59-
YUV181.768.35133.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.95%
GREEN value IS 198 (77.73% from 255) = 42.67%
BLUE value IS 76 (30.08% from 255) = 16.38%
R=40.95%
G=42.67%
B=16.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal190198760.0400.620.2263.9351.6953.73
HexBEC64C403E16403436
Octal2763061144076261006466
Binary101111101100011010011001000111110101101000000110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC64C; }

 p { color: rgb(190,198,76); }

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

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

 a { background-color: rgb(190,198,76); }

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

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

 span { border-color: rgb(190,198,76); }

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