#BECA41

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

Shades of Celery #BECA41

Tints of Celery #BECA41

Color information

#BECA41 (or 0xBECA41) is unknown color: approx Celery. HEX triplet: BE, CA and 41. RGB value is (190,202,65). Sum of RGB (Red+Green+Blue) = 190+202+65=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 65 (25.78% from 255 or 14.22% from 457); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECA41 is #4135BE. Grayscale: #B7B7B7. Windows color (decimal): -4273599 or 4311742. OLE color: 4311742.

HSL color Cylindrical-coordinate representation of color #BECA41: hue angle of 65.26º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BECA41 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB19020265-
CMYK0.0600.680.21
HSL65.26º56.38%52.35%-
HSV(B)65.26º67.82%79.22%-
XYZ43.3153.5713.06-
YUV182.7961.52133.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.58%
GREEN value IS 202 (79.30% from 255) = 44.20%
BLUE value IS 65 (25.78% from 255) = 14.22%
R=41.58%
G=44.20%
B=14.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal190202650.0600.680.2165.2656.3852.35
HexBECA41604415413834
Octal27631210160104251017064
Binary1011111011001010100000111001000100101011000001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECA41; }

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

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

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

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

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

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

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

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