#bec53c

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

Shades of Celery #BEC53C

Tints of Celery #BEC53C

Color information

#BEC53C (or 0xBEC53C) is unknown color: approx Celery. HEX triplet: BE, C5 and 3C. RGB value is (190,197,60). Sum of RGB (Red+Green+Blue) = 190+197+60=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 197 (77.34% from 255 or 44.07% from 447); Blue value is 60 (23.83% from 255 or 13.42% from 447); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC53C is #413AC3. Grayscale: #B3B3B3. Windows color (decimal): -4274884 or 3982782. OLE color: 3982782.

HSL color Cylindrical-coordinate representation of color #BEC53C: hue angle of 63.07º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BEC53C is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB19019760-
CMYK0.0400.700.23
HSL63.07º54.15%50.39%-
HSV(B)63.07º69.54%77.25%-
XYZ42.0251.2111.94-
YUV179.2960.68135.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.51%
GREEN value IS 197 (77.34% from 255) = 44.07%
BLUE value IS 60 (23.83% from 255) = 13.42%
R=42.51%
G=44.07%
B=13.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal190197600.0400.700.2363.0754.1550.39
HexBEC53C4046173f3632
Octal276305744010627776662
Binary10111110110001011111001000100011010111111111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bec53c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bec53c; }

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

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

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

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

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

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

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

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