#BECA50

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

Shades of Celery #BECA50

Tints of Celery #BECA50

Color information

#BECA50 (or 0xBECA50) is unknown color: approx Celery. HEX triplet: BE, CA and 50. RGB value is (190,202,80). Sum of RGB (Red+Green+Blue) = 190+202+80=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 80 (31.64% from 255 or 16.95% from 472); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECA50 is #4135AF. Grayscale: #B8B8B8. Windows color (decimal): -4273584 or 5294782. OLE color: 5294782.

HSL color Cylindrical-coordinate representation of color #BECA50: hue angle of 65.9º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BECA50 is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB19020280-
CMYK0.0600.600.21
HSL65.9º53.51%55.29%-
HSV(B)65.9º60.4%79.22%-
XYZ43.853.7715.66-
YUV184.569.02131.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.25%
GREEN value IS 202 (79.30% from 255) = 42.80%
BLUE value IS 80 (31.64% from 255) = 16.95%
R=40.25%
G=42.80%
B=16.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal190202800.0600.600.2165.953.5155.29
HexBECA50603C15423637
Octal2763121206074251026667
Binary101111101100101010100001100111100101011000010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECA50; }

 p { color: rgb(190,202,80); }

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

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

 a { background-color: rgb(190,202,80); }

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

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

 span { border-color: rgb(190,202,80); }

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