#BEC348

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

Shades of Celery #BEC348

Tints of Celery #BEC348

Color information

#BEC348 (or 0xBEC348) is unknown color: approx Celery. HEX triplet: BE, C3 and 48. RGB value is (190,195,72). Sum of RGB (Red+Green+Blue) = 190+195+72=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 72 (28.52% from 255 or 15.75% from 457); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC348 is #413CB7. Grayscale: #B3B3B3. Windows color (decimal): -4275384 or 4768702. OLE color: 4768702.

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

Color convert

RGB19019572-
CMYK0.0300.630.24
HSL62.44º50.62%52.35%-
HSV(B)62.44º63.08%76.47%-
XYZ41.9250.4513.66-
YUV179.4867.34135.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.58%
GREEN value IS 195 (76.56% from 255) = 42.67%
BLUE value IS 72 (28.52% from 255) = 15.75%
R=41.58%
G=42.67%
B=15.75%

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
Decimal190195720.0300.630.2462.4450.6252.35
HexBEC348303F183e3334
Octal276303110307730766364
Binary1011111011000011100100011011111111000111110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC348; }

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

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

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

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

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

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

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

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