#BEC34A

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

Shades of Celery #BEC34A

Tints of Celery #BEC34A

Color information

#BEC34A (or 0xBEC34A) is unknown color: approx Celery. HEX triplet: BE, C3 and 4A. RGB value is (190,195,74). Sum of RGB (Red+Green+Blue) = 190+195+74=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 74 (29.30% from 255 or 16.12% from 459); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC34A is #413CB5. Grayscale: #B4B4B4. Windows color (decimal): -4275382 or 4899774. OLE color: 4899774.

HSL color Cylindrical-coordinate representation of color #BEC34A: hue angle of 62.48º 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 #BEC34A is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB19019574-
CMYK0.0300.620.24
HSL62.48º50.21%52.75%-
HSV(B)62.48º62.05%76.47%-
XYZ41.9950.4714.01-
YUV179.7168.34135.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.39%
GREEN value IS 195 (76.56% from 255) = 42.48%
BLUE value IS 74 (29.30% from 255) = 16.12%
R=41.39%
G=42.48%
B=16.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal190195740.0300.620.2462.4850.2152.75
HexBEC34A303E183e3235
Octal276303112307630766265
Binary1011111011000011100101011011111011000111110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC34A; }

 p { color: rgb(190,195,74); }

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

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

 a { background-color: rgb(190,195,74); }

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

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

 span { border-color: rgb(190,195,74); }

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