#BECD42

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

Shades of Celery #BECD42

Tints of Celery #BECD42

Color information

#BECD42 (or 0xBECD42) is unknown color: approx Celery. HEX triplet: BE, CD and 42. RGB value is (190,205,66). Sum of RGB (Red+Green+Blue) = 190+205+66=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 205 (80.47% from 255 or 44.47% from 461); Blue value is 66 (26.17% from 255 or 14.32% from 461); Max value from RGB is 205 - color contains mainly: green. Hex color #BECD42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECD42 is #4132BD. Grayscale: #B9B9B9. Windows color (decimal): -4272830 or 4378046. OLE color: 4378046.

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

Color convert

RGB19020566-
CMYK0.0700.680.20
HSL66.47º58.16%53.14%-
HSV(B)66.47º67.8%80.39%-
XYZ44.055513.45-
YUV184.6761.03131.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.21%
GREEN value IS 205 (80.47% from 255) = 44.47%
BLUE value IS 66 (26.17% from 255) = 14.32%
R=41.21%
G=44.47%
B=14.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal190205660.0700.680.2066.4758.1653.14
HexBECD42704414423a35
Octal27631510270104241027265
Binary1011111011001101100001011101000100101001000010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECD42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECD42; }

 p { color: rgb(190,205,66); }

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

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

 a { background-color: rgb(190,205,66); }

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

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

 span { border-color: rgb(190,205,66); }

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