#BEC149

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

Shades of Celery #BEC149

Tints of Celery #BEC149

Color information

#BEC149 (or 0xBEC149) is unknown color: approx Celery. HEX triplet: BE, C1 and 49. RGB value is (190,193,73). Sum of RGB (Red+Green+Blue) = 190+193+73=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 73 (28.91% from 255 or 16.01% from 456); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC149 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC149 is #413EB6. Grayscale: #B2B2B2. Windows color (decimal): -4275895 or 4833726. OLE color: 4833726.

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

Color convert

RGB19019373-
CMYK0.0200.620.24
HSL61.5º49.18%52.16%-
HSV(B)61.5º62.18%75.69%-
XYZ41.5149.5713.68-
YUV178.4268.51136.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.67%
GREEN value IS 193 (75.78% from 255) = 42.32%
BLUE value IS 73 (28.91% from 255) = 16.01%
R=41.67%
G=42.32%
B=16.01%

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
Decimal190193730.0200.620.2461.549.1852.16
HexBEC149203E183e3134
Octal276301111207630766164
Binary1011111011000001100100110011111011000111110110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC149; }

 p { color: rgb(190,193,73); }

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

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

 a { background-color: rgb(190,193,73); }

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

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

 span { border-color: rgb(190,193,73); }

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