#BECC49

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

Shades of Celery #BECC49

Tints of Celery #BECC49

Color information

#BECC49 (or 0xBECC49) is unknown color: approx Celery. HEX triplet: BE, CC and 49. RGB value is (190,204,73). Sum of RGB (Red+Green+Blue) = 190+204+73=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 73 (28.91% from 255 or 15.63% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECC49 is #4133B6. Grayscale: #B9B9B9. Windows color (decimal): -4273079 or 4836542. OLE color: 4836542.

HSL color Cylindrical-coordinate representation of color #BECC49: hue angle of 66.41º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BECC49 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB19020473-
CMYK0.0700.640.2
HSL66.41º56.22%54.31%-
HSV(B)66.41º64.22%80%-
XYZ44.0354.6114.52-
YUV184.8864.86131.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.69%
GREEN value IS 204 (80.08% from 255) = 43.68%
BLUE value IS 73 (28.91% from 255) = 15.63%
R=40.69%
G=43.68%
B=15.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal190204730.0700.640.266.4156.2254.31
HexBECC49704014423836
Octal27631411170100241027066
Binary1011111011001100100100111101000000101001000010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECC49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECC49; }

 p { color: rgb(190,204,73); }

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

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

 a { background-color: rgb(190,204,73); }

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

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

 span { border-color: rgb(190,204,73); }

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