#BEC349

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

Shades of Celery #BEC349

Tints of Celery #BEC349

Color information

#BEC349 (or 0xBEC349) is unknown color: approx Celery. HEX triplet: BE, C3 and 49. RGB value is (190,195,73). Sum of RGB (Red+Green+Blue) = 190+195+73=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 195 (76.56% from 255 or 42.58% from 458); Blue value is 73 (28.91% from 255 or 15.94% from 458); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC349 is #413CB6. Grayscale: #B4B4B4. Windows color (decimal): -4275383 or 4834238. OLE color: 4834238.

HSL color Cylindrical-coordinate representation of color #BEC349: hue angle of 62.46º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BEC349 is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB19019573-
CMYK0.0300.630.24
HSL62.46º50.41%52.55%-
HSV(B)62.46º62.56%76.47%-
XYZ41.9550.4613.83-
YUV179.667.84135.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.48%
GREEN value IS 195 (76.56% from 255) = 42.58%
BLUE value IS 73 (28.91% from 255) = 15.94%
R=41.48%
G=42.58%
B=15.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal190195730.0300.630.2462.4650.4152.55
HexBEC349303F183e3235
Octal276303111307730766265
Binary1011111011000011100100111011111111000111110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC349; }

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

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

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

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

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

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

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

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