#BEC33C

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

Shades of Celery #BEC33C

Tints of Celery #BEC33C

Color information

#BEC33C (or 0xBEC33C) is unknown color: approx Celery. HEX triplet: BE, C3 and 3C. RGB value is (190,195,60). Sum of RGB (Red+Green+Blue) = 190+195+60=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 195 (76.56% from 255 or 43.82% from 445); Blue value is 60 (23.83% from 255 or 13.48% from 445); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC33C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC33C is #413CC3. Grayscale: #B2B2B2. Windows color (decimal): -4275396 or 3982270. OLE color: 3982270.

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

Color convert

RGB19019560-
CMYK0.0300.690.24
HSL62.22º52.94%50%-
HSV(B)62.22º69.23%76.47%-
XYZ41.5750.311.79-
YUV178.1161.34136.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.70%
GREEN value IS 195 (76.56% from 255) = 43.82%
BLUE value IS 60 (23.83% from 255) = 13.48%
R=42.70%
G=43.82%
B=13.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal190195600.0300.690.2462.2252.9450
HexBEC33C3045183e3532
Octal276303743010530766562
Binary1011111011000011111100110100010111000111110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC33C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC33C; }

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

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

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

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

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

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

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

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