#becb45

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

Shades of Celery #BECB45

Tints of Celery #BECB45

Color information

#BECB45 (or 0xBECB45) is unknown color: approx Celery. HEX triplet: BE, CB and 45. RGB value is (190,203,69). Sum of RGB (Red+Green+Blue) = 190+203+69=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 203 (79.69% from 255 or 43.94% from 462); Blue value is 69 (27.34% from 255 or 14.94% from 462); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECB45 is #4134BA. Grayscale: #B8B8B8. Windows color (decimal): -4273339 or 4574142. OLE color: 4574142.

HSL color Cylindrical-coordinate representation of color #BECB45: hue angle of 65.82º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BECB45 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB19020369-
CMYK0.0600.660.20
HSL65.82º56.3%53.33%-
HSV(B)65.82º66.01%79.61%-
XYZ43.6754.0913.77-
YUV183.8463.19132.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.13%
GREEN value IS 203 (79.69% from 255) = 43.94%
BLUE value IS 69 (27.34% from 255) = 14.94%
R=41.13%
G=43.94%
B=14.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal190203690.0600.660.2065.8256.353.33
HexBECB45604214423835
Octal27631310560102241027065
Binary1011111011001011100010111001000010101001000010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #becb45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #becb45; }

 p { color: rgb(190,203,69); }

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

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

 a { background-color: rgb(190,203,69); }

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

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

 span { border-color: rgb(190,203,69); }

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