#BECD45

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

Shades of Celery #BECD45

Tints of Celery #BECD45

Color information

#BECD45 (or 0xBECD45) is unknown color: approx Celery. HEX triplet: BE, CD and 45. RGB value is (190,205,69). Sum of RGB (Red+Green+Blue) = 190+205+69=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 69 (27.34% from 255 or 14.87% from 464); Max value from RGB is 205 - color contains mainly: green. Hex color #BECD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECD45 is #4132BA. Grayscale: #B9B9B9. Windows color (decimal): -4272827 or 4574654. OLE color: 4574654.

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

Color convert

RGB19020569-
CMYK0.0700.660.20
HSL66.62º57.63%53.73%-
HSV(B)66.62º66.34%80.39%-
XYZ44.1455.0413.93-
YUV185.0162.53131.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.95%
GREEN value IS 205 (80.47% from 255) = 44.18%
BLUE value IS 69 (27.34% from 255) = 14.87%
R=40.95%
G=44.18%
B=14.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal190205690.0700.660.2066.6257.6353.73
HexBECD45704214433a36
Octal27631510570102241037266
Binary1011111011001101100010111101000010101001000011111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECD45; }

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

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

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

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

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

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

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

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